Here is how I usually trigger a generic exception
in python:

    >>> raise hell
    Traceback (most recent call last):
      File "<stdin>", line 1, in ?
    NameError: name 'hell' is not defined

Unfortunately, I can't seem to trap that in parrot,
because a find_lex failure isn't an exception.
Or am I missing something?


CAN trap this though:

    >>> raise 'hell' 

So it's not a showstopper, but still...

Is this easily fixable? I miss my idiom... :)


Sincerely,
 
Michal J Wallace
Sabren Enterprises, Inc.
-------------------------------------
contact: [EMAIL PROTECTED]
hosting: http://www.cornerhost.com/
my site: http://www.withoutane.com/
--------------------------------------

Reply via email to