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

version 1.2, 2009/11/28 21:19:34 version 1.3, 2012/06/22 00:48:48
Line 381  testing postpone [char] Line 381  testing postpone [char]
 { PCHAR1 -> 58 }  { PCHAR1 -> 58 }
 { PCHAR2 -> 48 }  { PCHAR2 -> 48 }
   
   \ test if we can build entire macros
   
   testing postpone macros
   : n+: ( N -- )  >R  : R> POSTPONE LITERAL POSTPONE + POSTPONE ; ;
   3 n+: 3+
   : bar 3+ ;
   { 5 bar -> 8 }

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


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