4 lines
102 B
Text
4 lines
102 B
Text
list$ = "now is the time for all good men"
|
|
for lnk = 1 to 8
|
|
print lnk;"->";word$(list$,lnk)
|
|
next lnk
|