Added string type check

This commit is contained in:
2026-04-16 19:30:23 +10:00
parent f9790b99ce
commit 3a0f11ebb4
3 changed files with 11 additions and 5 deletions

View File

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