mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-20 01:04:08 +10:00
Added string type check
This commit is contained in:
@@ -9,5 +9,5 @@ var b = 69;
|
||||
var c;
|
||||
var d;
|
||||
|
||||
//URGENT: reverse the assignment bytecode order?
|
||||
//URGENT: reverse the assignment bytecode order
|
||||
c, d = swap(a, b);
|
||||
Reference in New Issue
Block a user