i've recently got interested in learning programming and i dled the demo of futureBASIC to learn how towrite my own code. however i am encountering some problems. whenever i write something like:
nomainwin
prompt "something"
end
it comes up with a error saying nomainwin and prompt are unreconiziable commands,same thing with notice
my second problem is it won't let me open a graphics window like:
open "my drawing area" for graphics as #graphwin
it comes up with open missing how??
if you can help me with my problems thank you very much
nomainwin
prompt "something"
end
it comes up with a error saying nomainwin and prompt are unreconiziable commands,same thing with notice
my second problem is it won't let me open a graphics window like:
open "my drawing area" for graphics as #graphwin
it comes up with open missing how??
if you can help me with my problems thank you very much