Hi everybody,
so right after the conference I am trying to get this function package
about permanent-transitory decompositions in shape, and I am stumbling
over this issue in the following example code:
[to avoid confusion, "hansl" seems to emerge as the new name of gretl's
scripting language, a pseudo-acronym for HANdy Scripting Language]
<hansl>
function void hello(void)
print "do we get here?"
dummy = 0
print "and here?"
funcerr "poor function, only there to fail"
print "and then after funcerr?"
end function
hello()
</hansl>
In this code, gretl apparently stumbles over the 'funcerr' line. I also
noticed that 'funcerr' does not appear in the command or function
reference lists. (But it is in the manual.) Can somebody tell me what is
wrong here? The error message only says syntax error.
thanks,
sven