RosettaCodeData/Task/Inverted-syntax/Factor/inverted-syntax-2.factor

4 lines
57 B
Factor
Raw Permalink Normal View History

2018-08-17 15:15:24 +01:00
MACRO: pre ( quot -- quot ) reverse ;
[ + 2 2 ] pre ! 4