AmiBlitz3 icon indicating copy to clipboard operation
AmiBlitz3 copied to clipboard

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

Open Peceha opened this issue 2 years ago • 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

Peceha avatar Nov 16 '22 08:11 Peceha