9 lines
105 B
Text
9 lines
105 B
Text
define value = 0, text$ = "12345"
|
|
|
|
strint value,text$
|
|
+1 value
|
|
intstr text$,value
|
|
|
|
print text$
|
|
pause
|
|
end
|