Paste: call( ) bug

Author: Sam
Mode: factor
Date: Thu, 19 Feb 2009 22:03:04
Plain Text |
: foo ( x -- y )
    [
     	call( x y -- z )
	]
        ;

New Annotation

Summary:
Author:
Mode:
Body: