[REBOL] Re: ANN: custom-types.r
From: brett:codeconscious at: 15-Mar-2003 22:05
I'm not sure what I've got wrong:>> i: to* complex! [0 1]** Script Error: complex! has no value ** Where: do-boot ** Near: i: to* complex! [0 1]>> do bind [i: to complex! [0 1] form i] in actions* 'self** Script Error: complex! has no value ** Where: do-boot ** Near: i: to complex! [0 1] form>>Regards, Brett.