4 lines
38 B
Text
4 lines
38 B
Text
|
|
a$ = "12"
|
||
|
|
a$ = number a$ + 1
|
||
|
|
print a$
|