diff options
Diffstat (limited to 'test.fp')
-rw-r--r-- | test.fp | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -11,6 +11,14 @@ ($x x) $force (10 emit) $cr (print) $print + (4 +) $cell+ + ($a $d 2 alloc $p + ^a ^p poke + ^d ^p cell+ poke + ^p + ) $cons + (peek) $car + (cell+ peek) $cdr ; if-stmt ($c $t $f c ^f ^t rot cswap $_ force) $if |