Syntax: Numbers in Lua. • ID: #29 Code const a=23, b=24; console.log("sum=", a+b, "mul=", a*b); Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →