Commit 40296657 authored by bp's avatar bp
Browse files

Added bulk postponing

git-svn-id: https://forth-ev.de/repos/bigforth@2500 3b8d8251-53f3-0310-8f3b-fd1cb8370982
parent ab406623
Loading
Loading
Loading
Loading
(267 KiB)

File changed.

Preview size limit exceeded, changes collapsed.

+76 B (59.7 KiB)

File changed.

No diff preview for this file type.

+2 −0
Original line number Diff line number Diff line
@@ -11,9 +11,11 @@

\ bulk-postponing

[IFUNDEF] ]]
: [[ ; \ token to end bulk-postponing
: ]] BEGIN  >in @ ' ['] [[ <> WHILE  >in ! postpone postpone  REPEAT
    drop ; immediate
[THEN]

\ Charclasses