langatator/examples/input_and_compute.ltor

7 lines
110 B
Text
Raw Normal View History

2022-04-29 10:30:44 +00:00
# script to add two numbers
set a to input_number()
set b to input_number()
set res to a+b
eval print_int(c)