Releases: Fus3n/cupscript
Releases · Fus3n/cupscript
0.2.2
0.2.1
Update 0.2.1
- Added support for module importing and a mock std
- Added arithmethic += as a syntactic suger will work with any object that overloads plus operation
- Updated Examples now seperated in folder
- keyword 'var' is now optional
- fixed tofloat
- Change loop syntax changed 'then' to 'do'
- Change elseif to 'elif'