RosettaCodeData/Task/Increment-a-numerical-string/HyperTalk/increment-a-numerical-string.ht
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00: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