Hi, is this correct behaviour in respect to comment content? P.

: abcd1 ( n -- xx )
.s ;


: abcd2 ( n -- (xx) )  <<<< 
.s ;

> 1234 abcd1
0 12846 1234 
ok
>

> .s
ok
> 1234 abcd2
0 12844 0     <<<< additional 0 on stack
1 12846 1234 
ok
> 


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Amforth-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to