AmiBlitz3
AmiBlitz3 copied to clipboard
Statement...End Function / Function...End Statement - both combination work just fine
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