I don't really like the 1'000'000 syntax, because I would personally rather be able to add syntax to call a function print(con 'Hello, ' 7) print(con3 1 '000' 000) -- con3(1000000) or con3(1)('000')(000)?
I don't really like the 1'000'000 syntax, because I would personally rather be able to add syntax to call a function
print(con 'Hello, ' 7) print(con3 1 '000' 000) -- con3(1000000) or con3(1)('000')(000)?