Oxygen Basic
Programming => Problems & Solutions => Topic started by: Emil_halim on March 22, 2013, 01:00:59 AM
-
Hi all
i have run the codeWindow.o2bas example in basic example. but ### did not print any thing.
any help please ?
Emil.
-
oops! yes its broken. I have fixed it now. I'll post the update. Which IDE are you using? In Scite press F7
###
function f()
print "hello"
end function
###
f()
Charles