SET_VARIABLE is almost just DEFINE_VARIABLE #237
Labels
bug
Something isn't working
enhancement
New feature or request
majorChange
Add this pr to changelog and should describe it
RakuScript
Rakugo Scripting Dialogue Langue
Milestone
I also just realize that our
SET_VARIABLE
is almost justDEFINE_VARIABLE
,in script is only possible to do
x = 2
andx = 3
, but can't dox = 2 + 1
orx += 1
or logic in itx = a or b
- this is bad!It means that now for base math and logic user need to add custom regex and it shouldn't be this way.
The text was updated successfully, but these errors were encountered: