From 0f5d96b570514e1a0402dd2671c4c1e5a2a3fc12 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Sat, 13 Aug 2022 14:23:04 +0200 Subject: [PATCH] :bug: pass var name to function instead of value --- test/functions.jce | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functions.jce b/test/functions.jce index d7f746c..5284c54 100755 --- a/test/functions.jce +++ b/test/functions.jce @@ -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