mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Comment tweaks
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
|
||||
|
||||
fn swap(a, b) {
|
||||
return b, a;
|
||||
}
|
||||
|
||||
print 1;
|
||||
var a = 42;
|
||||
var b = 69;
|
||||
var c;
|
||||
var d;
|
||||
|
||||
//TODO: reverse the assignment bytecode order?
|
||||
c, d = swap(a, b);
|
||||
Reference in New Issue
Block a user