Paste: Cannot apply "call" to a run-time computed value.

Author: Raynes
Mode: factor
Date: Fri, 19 Feb 2010 14:03:44
Plain Text |
:: cow-or-bull ( n g -- arr )
    {
        { [ g n first at n second = ] [ <bull> ] }
        { [ n second g values any? ] [ <cow> ] }
        { [ ] [ f ] }
    } cond ;
    


Asset: cow-or-bull

Cannot apply “call” to a run-time computed value
macro call

New Annotation

Summary:
Author:
Mode:
Body: