0.2.4
- 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
>>> x
>>> 2.5 * 2.5
6.25 : float
>>> "hello".replace("he", "HEEEE")
HEEEEllo : string