On Mon, 22 Jan 2007, Allin Cottrell wrote:
> function example(void)
> print hu
> end function
Running this via the GUI now produces
'hu' is not the name of a variable
rather than "unspecified error". And we no longer end up with a
duplicated "example" function.
Thanks, Sven, I think we're getting somewhere with the
user-defined functions now.
Allin.