5 lines
161 B
Markdown
5 lines
161 B
Markdown
# Turn keyword in fa
|
|
|
|
`Turn` keyword so to say "turns" the top
|
|
3 elements on the stack, so let's say we have
|
|
a stack of `(1; 2; 3)`, it would become `(2; 3; 1)`
|