4 lines
60 B
Text
4 lines
60 B
Text
|
|
decl string num
|
||
|
|
set num "123"
|
||
|
|
set num (int (+ (int num) 1))
|