Skip to content

1.3.0

Choose a tag to compare

@verhas verhas released this 13 Jul 15:06
· 83 commits to main since this release

The operator << can attach an object to a list to provide methods to be called on the list.
List literals can also add an object after the optional filters and mappers with the with keyword.
A method named . (a single dot) is a joker method, invoked when a nonexistent method is called on a class or method.
Function source_directory() returns the directory of the source code, the compiled .turc file, or none.
The cases when ; can be missing without a new line are more restricted.

Known bugs: importing and sys importing with pattern matching will import only the first symbol that matches the pattern