We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a197ee2 commit 925a3fcCopy full SHA for 925a3fc
user.4th
@@ -127,3 +127,6 @@ repeat drop ;
127
: octal 8 base c! ;
128
: binary 2 base c! ;
129
130
+: do postpone swap postpone 2>r postpone begin postpone 2r@ postpone > postpone while ; immediate
131
+: loop postpone r> postpone 1+ postpone >r postpone repeat postpone 2r> postpone 2drop ; immediate
132
+: i postpone r@ ; immediate
0 commit comments