summaryrefslogtreecommitdiff
path: root/apps/examples/bas/tests/test29.bas
blob: fbc20942c490ff4b2237147c686f145118c7c3be (plain) (blame)
1
2
3
4
5
6
7
print instr("123456789","456");" = 4?"
print INSTR("123456789","654");" = 0?"
print INSTR("1234512345","34");" = 3?"
print INSTR("1234512345","34",6);" = 8?"
print INSTR("1234512345","34",6,2);" = 0?"
print INSTR("1234512345","34",6,4);" = 8?"