Diff for /gforth/test/postpone.fs between versions 1.1 and 1.2

version 1.1, 1997/05/21 20:40:20 version 1.2, 2009/11/28 21:19:34
Line 216  testing postpone if Line 216  testing postpone if
 { 4 PIF6 -> 0 1 2 3 4 }  { 4 PIF6 -> 0 1 2 3 4 }
   
 testing postpone literal  testing postpone literal
   [undefined] postpone-literal [if]
 : postpone-literal  : postpone-literal
     postpone literal ;      postpone literal ;
   [then]
   
 { : plit [ 42 postpone-literal ] ; -> }  { : plit [ 42 postpone-literal ] ; -> }
 { plit -> 42 }  { plit -> 42 }

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>