Comment tweaks

This commit is contained in:
2026-04-24 13:01:38 +10:00
parent 21819b2d62
commit b589392b9e
3 changed files with 9 additions and 9 deletions
-1
View File
@@ -9,5 +9,4 @@ var b = 69;
var c;
var d;
//URGENT: reverse the assignment bytecode order
c, d = swap(a, b);