Advertisement
KodingKid

Lua Calculations using Calculations

Apr 6th, 2021
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. variable1 = 5 + 3 + 8 + 46 + 72
  2. print(variable1)
  3. variable2 = variable1 + 581
  4. print(variable2)
  5. variable3 = variable1 + variable2
  6. print(variable3)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement