Storing Values with the Equal Operator Incomplete

This commit is contained in:
Abhisek Pattnaik
2015-12-24 05:26:20 +05:30
committed by SaintPeter
parent 59f62e09ce
commit dda478e7eb

View File

@ -120,7 +120,7 @@
"var a;", "var a;",
"var b = 2;", "var b = 2;",
"a = 7;", "a = 7;",
"b = a;7" "b = a;"
], ],
"type": "waypoint", "type": "waypoint",
"challengeType": "1", "challengeType": "1",