--- gforth/test/postpone.fs 1997/05/21 20:40:20 1.1 +++ gforth/test/postpone.fs 2009/11/28 21:19:34 1.2 @@ -216,8 +216,10 @@ testing postpone if { 4 PIF6 -> 0 1 2 3 4 } testing postpone literal +[undefined] postpone-literal [if] : postpone-literal postpone literal ; +[then] { : plit [ 42 postpone-literal ] ; -> } { plit -> 42 }