PlutoLang / Pluto

A superset of Lua 5.4 with a focus on general-purpose programming.
https://pluto-lang.org
MIT License
367 stars 22 forks source link

Integer Exponentiation Operator (**) #923

Open Sainan opened 1 month ago

Sainan commented 1 month ago

The ** operator is currently deprecated, but could be used for integer exponentiation as opposed to float exponentation. Unsure how useful that would be, tho.