QBasic Tutorial 1 02-21-2013, 04:59 AM
#1
Lets get started with downloaded the IDE: http://justbasic.com/download.html
Okay if you are using windows 7 you will notice you get an error while trying to run. This is because windows 7 is not supported so you will have to drag the downloaded files directly into your C drive.
Once you get the downloaded it should be fairly simple.
------------------------------------------------------------------------
How to add documentation into your program: You can use an apostrophe( ' ) or REM, so it should look something like this. or
How to print output onto the screen: Always add quotations marks if it is alphanumeric. We can also do basic algebra like so
To be Continued. Hope you enjoyed.
Okay if you are using windows 7 you will notice you get an error while trying to run. This is because windows 7 is not supported so you will have to drag the downloaded files directly into your C drive.
Once you get the downloaded it should be fairly simple.
------------------------------------------------------------------------
How to add documentation into your program: You can use an apostrophe( ' ) or REM, so it should look something like this.
Code:
REM HelloCode:
' HelloHow to print output onto the screen:
Code:
Print "Hello World"Code:
Print 1 + 1To be Continued. Hope you enjoyed.

![[+]](https://sinister.li/images/modern/collapse_collapsed.png)


