Princess 0.3.14
Pre-release
Pre-release
Changes:
- Make it possible to call functions without parens, ie.
print 10, 20, 30
is working now. - Destructors can now optionally return a boolean depending on if you want the default code to run or not. The default behavior is to run it.