Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

No type-checking?

x = "one"
p! x
p! typeof(x)

x = 1
p! x
p! typeof(x)

{% embed include file="src/examples/other/assign_to_variable.out)