We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2fd30 commit 92751bbCopy full SHA for 92751bb
1 file changed
samples/distro-examples/tests/all.bas
@@ -147,7 +147,7 @@ print "FIX:" + FIX (x)
147
print "FLOOR:" + FLOOR (x)
148
print "FORMAT:" + FORMAT ("XXXX", 9999)
149
print "FRAC:" + FRAC (x)
150
-print "FRE:" '+ FRE (x)
+print "FRE:" + FRE (1000)
151
print "FREEFILE:" + FREEFILE
152
print "HEX:" + HEX (x)
153
print "IFF:" + IFF (1+1==2, "1+1=2", "1+1<>2")
0 commit comments