langatator/examples/input_and_compute.ltor
2022-04-29 12:30:44 +02:00

6 lines
110 B
Text

# script to add two numbers
set a to input_number()
set b to input_number()
set res to a+b
eval print_int(c)