0
0

🐛 pass var name to function instead of value

This commit is contained in:
DrMaxNix 2022-08-13 14:23:04 +02:00
parent e650f212a0
commit 0f5d96b570

View File

@ -8,5 +8,5 @@ mov $b 42
mov $printed false
drw "printed? " $printed
test "value of b is:" $b $printed
test "value of b is:" "b" $printed
drw "printed? " $printed