Hi,
a minor issue, consider this:
<hansl>
function void hey(bool yep[TRUE] "no way")
print "ha"
end function
hey()
</hansl>
I get a syntax error which goes away if either I remove the string label
for the argument or I replace TRUE with 1.
cheers
sven