RosettaCodeData/Task/Increment-a-numerical-string/HyperTalk/increment-a-numerical-string.ht
2023-07-01 13:44:08 -04:00

5 lines
145 B
Text

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