aboutsummaryrefslogtreecommitdiffstats
path: root/test.fp
diff options
context:
space:
mode:
Diffstat (limited to 'test.fp')
-rw-r--r--test.fp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.fp b/test.fp
index 222d919..3663d15 100644
--- a/test.fp
+++ b/test.fp
@@ -10,8 +10,8 @@
(10 emit) $cr
; if-stmt
- ($c $t $f c ^f ^t rot cswap $_ force) $if
- ($f $t $c $fn ^f ^t ^c fn) $endif
+ (force cswap drop force) $if
+ ($f $t $c $fn ^f ^t ^c fn) $endif
; range
($self $fn $start $end