We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64574c2 commit ba2fd30Copy full SHA for ba2fd30
1 file changed
samples/distro-examples/tests/all.bas
@@ -15,7 +15,7 @@ inva=[1,-1,1;2,-1,2;3,2,-1]
15
def expression(x) = x * 0.1
16
DATA 1,"a"
17
18
-print "ACCESS:" +IFF(ACCESS ("/etc/hostname") != 0, "<> 0", "0")
+print "ACCESS:" +IFF(ACCESS ("/etc/hosts") != 0, "<> 0", "0")
19
print "APPEND:"; : APPEND c, "1", "2", "3", "4": PRINT c
20
print "ARC:" ':ARC [STEP] x,y,r,astart,aend [,aspect [,color]] [COLOR color]
21
print "AT:" ':AT x, y
0 commit comments