langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
9
Task/Multisplit/Run-BASIC/multisplit.run
Normal file
9
Task/Multisplit/Run-BASIC/multisplit.run
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
str$ = "a!===b=!=c"
|
||||
sep$ = "=== != =! b =!="
|
||||
|
||||
while word$(sep$,i+1," ") <> ""
|
||||
i = i + 1
|
||||
theSep$ = word$(sep$,i," ")
|
||||
split$ = word$(str$,1,theSep$)
|
||||
print i;" ";split$;" Sep By: ";theSep$
|
||||
wend
|
||||
Loading…
Add table
Add a link
Reference in a new issue