*** empty log message ***
This commit is contained in:
5
lang/basic/test/test32.b
Normal file
5
lang/basic/test/test32.b
Normal file
@@ -0,0 +1,5 @@
|
||||
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)
|
||||
Reference in New Issue
Block a user