262 B
262 B
Swap keyword in fa
Swap
keyword will swap two elements on the stack
Swap
takes no arguments
Example of the swap
keyword:
"E" swap drop
This will swap the places with the string ("E"
) and the
length (1
) so it will be basically 69 pop