Tags: | extensions |
Authors: | Chris Double, Doug Coleman |
Word | Syntax |
![]() |
Word | Stack effect |
![]() | ( effect -- quot ) |
Word | Stack effect |
![]() | ( x y z t -- x y z t x y ) |
![]() | ( v w x y z -- v w x y z v w ) |
![]() | ( x y z t -- z t x y ) |
![]() | ( a b c d e -- b c d e a ) |
![]() | ( a b c d e f -- b c d e f a ) |
![]() | ( a b c d e f g -- b c d e f g a ) |
![]() | ( a b c d e f g h -- b c d e f g h a ) |
![]() | ( x y z -- x x y z ) |
![]() | ( w x y z -- x y z ) |
![]() | ( w x y z -- y x w z ) |