swoncat and fiddling with parser.

This commit is contained in:
Simon Forman
2019-08-12 19:09:49 -07:00
parent 2e1f598aa2
commit cae79ded8f
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -61,6 +61,7 @@ split_at == [drop] [take] clop
sqr == dup *
step_zero == 0 rollup step
sum == 0 swap [+] step
swoncat == swap concat
swons == swap cons
take == [] rolldown [shift] times pop
ternary == binary popd