What's New
For the complete history, see the full CHANGELOG.md on GitHub.
0.69.0
- Added
Console.writeLineandConsole.readLineruntime externs and switched samples/docs from the oldprintbuiltin toConsole.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 () = ...andfun () -> ....
Full Changelog: https://github.com/MagnusOpera/FScript/compare/0.68.0...0.69.0