Re: strtok-v2.e addition
- Posted by petelomax at blueyonder.co.uk Jul 19, 2002
- 379 views
{{{ On Thu, 18 Jul 2002 19:47:01 -0400, Robert Craig <rds at RapidEuphoria.com> wrote:
User-defined type-checks involve a subroutine call
and usually a couple of comparisons. If you say:
without type_check
they won't happen.
and usually a couple of comparisons. If you say:
without type_check
they won't happen.
DOH! AGAIN! I seem to be always repeatedly frightened off using Eu types 'cos I stupidly forget you can switch the (obvious) performance hit off once it all works.
It is a pretty cool concept though, I remember in the decipher contest coding a result type (or five) which trapped the program at near enuf the exact point it made a mistake...
(And yes, I remember hacking thru the code at 2am taking it all out..) </DOH> </AGAIN>
Pete