Chris,

The following example is from the "Processes" article:

: odd? ( n -- ? ) 2 mod 1 = ;
1 self send 2 self send 3 self send

receive .
 => 1

[ odd? ] receive-if .
 => 3

receive .
 => 2

Here's what I get:

  [ odd? ] receive-if

Generic word dlist-front does not define a method for the quotation class.
Allowed classes: { dlist }
Dispatching on object: [ odd? ]

Ed

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to