mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 23:04:08 +10:00
Variable access is working
This commit is contained in:
@@ -7,8 +7,8 @@ var empty;
|
||||
//assign a previously existing variable
|
||||
answer = 6 * 9;
|
||||
|
||||
answer = answer + 1;
|
||||
|
||||
/* TODO: implement compound assignments
|
||||
answer += 5;
|
||||
|
||||
answer -= 5;
|
||||
@@ -19,4 +19,3 @@ answer /= 2;
|
||||
|
||||
answer %= 10;
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user