Latest OxygenBasic.zip at GitHub (Click on the Wizard)
0 Members and 2 Guests are viewing this topic.
'% filename "t.exe"'uses rtl64function f() int a=42 int b 'gosub g gosub g when a>0 print b return ' g: b=a/2 ret 'end functionf
Doesn't look worthwile.