Skip to content

Princess 0.3.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@Victorious3 Victorious3 released this 12 Oct 16:00

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.