Oxygen Basic

Programming => Problems & Solutions => Topic started by: Emil_halim on March 22, 2013, 01:00:59 AM

Title: ### did not wrok
Post 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.
Title: Re: ### did not wrok
Post by: Charles Pegge on March 22, 2013, 02:58:48 AM

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