Can't run main program if function defined above
Issue #27
resolved
function calcx, i
i=10
return,i
end
for i=0,20 do print,i
end
test.pro attached. There is no output when I run the program
Windows 0.79.49
Comments (2)
-
repo owner -
repo owner - changed status to resolved
Closed.
- Log in to comment
The bug is already fixed. I’ll create a new snapshot sometime around end of June.
As a temporary workaround, you can add a name to the main procedure and call it by that name.
Thank you for the report.