AmiBlitz/AmiBlitz3

Statement...End Function / Function...End Statement - both combination work just fine

Peceha opened this issue · 1 comments

Hi, try this:

`
Statement test2{}
Print 2
End Function

Function test3{}
Print 3
End Statement

test2{}
test3{}
end
`

as you can see amiblitz happily compiles it - not a big deal but looks strange :)

Thanks

Indeed that is true :-)