Skip to content

Commit 92751bb

Browse files
committed
tests/all.bas: Use an invalid code with FRE to return 0
1 parent ba2fd30 commit 92751bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/distro-examples/tests

samples/distro-examples/tests/all.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ print "FIX:" + FIX (x)
147147
print "FLOOR:" + FLOOR (x)
148148
print "FORMAT:" + FORMAT ("XXXX", 9999)
149149
print "FRAC:" + FRAC (x)
150-
print "FRE:" '+ FRE (x)
150+
print "FRE:" + FRE (1000)
151151
print "FREEFILE:" + FREEFILE
152152
print "HEX:" + HEX (x)
153153
print "IFF:" + IFF (1+1==2, "1+1=2", "1+1<>2")

0 commit comments

Comments
 (0)