mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-16 07:14:07 +10:00
Moved type coersion check, functions can be compared
Also updated some tagged comments
This commit is contained in:
@@ -9,5 +9,5 @@ var b = 69;
|
||||
var c;
|
||||
var d;
|
||||
|
||||
//TODO: reverse the assignment bytecode order?
|
||||
//URGENT: reverse the assignment bytecode order?
|
||||
c, d = swap(a, b);
|
||||
Reference in New Issue
Block a user