guigui0246
guigui0246
> but where do i execute the code Using the dreamberd compiler that you installed using the installer app
Notes: x and * both work for multiplication You can use any math expression after the multiplication factor
@Ionathan-Hope What PR ?
If it's #713 then no because I'm not ok with everything there
> What if someone does `const const const * = x!` ? does that just break variables forever? 1. There is still var 2. If before you had `const const...
> I did not mean x, was using it as a placeholder. Like what about const const const * = 1! I am using it as a placeholder too. ```js...
> Is there anything you can't? no you can redefine everything
Don't forget that `3.14 ~ 3` should be the same as `3.14 = ~3` and `2 + 2 ~~ 5` the same as `2 + 2 == ~5`. Also don't...
> I think we already have something like that. https://github.com/TodePond/DreamBerd?tab=readme-ov-file#equality > > > If you want to be much less precise, you can use `=`. > > ```java > >...