On Sun, 13 Dec 2020, Sven Schreiber wrote:
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.
A minor bug, a simple fix. Done in git.
Allin