5bce5fc4da
with B.
6 lines
128 B
QBasic
6 lines
128 B
QBasic
10 rem mid statement and function
|
|
20 a$= "kansas city, mo"
|
|
25 print mid$(a$,14)
|
|
45 print mid$(a$,3,3)
|
|
55 print mid$(a$,33)
|