Moved type coersion check, functions can be compared

Also updated some tagged comments
This commit is contained in:
2026-04-15 15:04:54 +10:00
parent dde52f9d8a
commit f9790b99ce
15 changed files with 50 additions and 42 deletions

View File

@@ -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);