header files in Qbasic

I`ve got a huge qbasic(3000+lines) file which I want to cut down so I can compile it. Is there any way to add header files to qbasic files? If not what other good ways are there to compress a program?


Comments

  • with the command $Include: 'path + file'

    where the compiler see that he include the file but the file can't contain SUB







  • How exactly do I use $include? is it a function or does it just compile two programs together. The help files don`t help much, go figure.




Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories