"see" doesn't properly qualify words that could come from several
vocabularies. In this example, it should either output "u:swap" or
"kernel:2drop".

IN: u
: swap ( -- ) ;

USING: kernel ;
QUALIFIED: u
IN: t

: foo ( -- ) 1 2 u:swap 2drop ;

\ foo see
USING: kernel u ;
IN: t
: foo ( -- ) 1 2 swap 2drop ;


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to