6 lines
72 B
Text
6 lines
72 B
Text
##
|
|
Increment a numerical string, in LIL
|
|
##
|
|
set a "41"
|
|
inc a
|
|
print $a
|