RosettaCodeData/Task/Increment-a-numerical-string/HyperTalk/increment-a-numerical-strin...

6 lines
145 B
Plaintext

put 0 into someVar
add 1 to someVar
-- without "into [field reference]" the value will appear
-- in the message box
put someVar -- into cd fld 1