If you have a function that ends with "endsub" everything still works when you should use "endfunction" instead.
It doesn't break anything but I just noticed it so thought I'd point it out.
Its probably not surprising really! Both functions and subroutines should be more or less the same...
Endsub and Endfunction are both } ;)
@ MrTAToad:
Thats right :D
*laugh* I didn't actually go and look at the converted C code, that would've explained it!
Oh well, something for the precompiler if Gernot thinks it warrants the effort at some point.