Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
If OpenConsole()
|
||||
PrintN(Right("knight", Len("knight") - 1)) ;strip the first letter
|
||||
PrintN(Left("socks", Len("socks")- 1)) ;strip the last letter
|
||||
PrintN(Mid("brooms", 2, Len("brooms") - 2)) ;strip both the first and last letter
|
||||
|
||||
Print(#CRLF$ + #CRLF$ + "Press ENTER to exit"): Input()
|
||||
CloseConsole()
|
||||
EndIf
|
||||
Loading…
Add table
Add a link
Reference in a new issue