fa/doc/md/HOP.md
Ari Archer cb7750f8d4
Hop keyword
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-20 08:08:46 +03:00

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)`