5 lines
185 B
Markdown
5 lines
185 B
Markdown
# Hop keyword in fa
|
|
|
|
`Hop` keyword makes a copy of the top stack element hop
|
|
the second top element making 2 copies of the top element,
|
|
so basically it converts `(1; 2)` to `(1; 2; 1)`
|