AltoLang / Alto

Compiler in the works!
MIT License
3 stars 1 forks source link

Make all built-in functions and conversions lower-case #49

Closed FilipToth closed 3 years ago

FilipToth commented 3 years ago

Syntax

print(tostring(toint(readline()) + toint("55") ) )

Old Syntax

print(toString(toInt(readLine()) + toInt("55") ) )