> for example
> create function a_func() return integer as
> .....
> end a_func
>
> after as and before end a_func marks the definition body. Would this be
> better than the ' '?
I guess having a parser that gave better error messages would be nice,
too.
Yasir