Skip to content

0.2.4

Compare
Choose a tag to compare
@AndreiRegiani AndreiRegiani released this 11 May 02:45
· 124 commits to master since this release
  • Built-in shortcut to print values of discarded symbols: >>> x
    Supports any expression, returns its value instead of having a discarded error message.
>>> 2.5 * 2.5
6.25 : float

>>> "hello".replace("he", "HEEEE")
HEEEEllo : string