Data update
This commit is contained in:
parent
ed705008a8
commit
0df55f9f24
2196 changed files with 32999 additions and 3075 deletions
|
|
@ -0,0 +1,8 @@
|
|||
100 INPUT "STRING";S$
|
||||
110 FOR I=1 TO INT(LEN(S$)/2)
|
||||
120 : J=LEN(S$)+1-I
|
||||
130 : T$=MID$(S$,I,1)
|
||||
140 : MID$(S$,I,1) = MID$(S$,J,1)
|
||||
150 : MID$(S$,J,1) = T$
|
||||
160 NEXT I
|
||||
170 PRINT S$
|
||||
Loading…
Add table
Add a link
Reference in a new issue