Skip to main content
Version: 0.69.0

What's New

For the complete history, see the full CHANGELOG.md on GitHub.

0.69.0

  • Added Console.writeLine and Console.readLine runtime externs and switched samples/docs from the old print builtin to Console.writeLine.
  • Added a vintage BASIC interpreter sample under samples/basic.
  • Added unit-parameter function syntax so scripts can define zero-argument functions with let f () = ... and fun () -> ....

Full Changelog: https://github.com/MagnusOpera/FScript/compare/0.68.0...0.69.0