Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute Lua Online

print("welcome to aryans calculator")
print("input your numbers in the script")
print("---------------------------------")

-- Add values below
number1 = 10 -- number you want numbers to get added to
number2 = 10 -- how much numbers you want to add to

print("Addition awenser is:", number1+number2)

print("------------------------")

-- subtract values below
number3 = 10 --number you want to subtract numbers from
number4 = 5 -- amount of numbers you want to subtract from the above number

print("Subtraction awenser is:", number3-number4)

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.