User:PCFreak20/Collections/BASIC Programming

From Wikibooks, open books for an open world
Jump to navigation Jump to search

text

BASIC Programming
Learn BASIC

Please select an appropriate cover image for this collection. See "Template:Saved book" for instructions."


This is a user-generated collection of Wikibooks pages that can be easily saved, rendered electronically, and ordered as a printed book. If you are the creator of this collection and need help, see Help:Collections.
[ Download PDF ] [ Open in Collection Creator ] [ Order Printed Book ]
[ About ] [ FAQ ] [ Feedback ] [ Help ] [ Recent Changes ]


BASIC Programming[edit | edit source]

The basics of BASIC[edit | edit source]

BASIC Programming
Beginning BASIC
Your First Program
PRINT, CLS, and END
Variables and Data Types
User Input
Control Structures
IF...THEN...ELSEIF...ELSE
WHILE...WEND
FOR...NEXT
DO...LOOP
GOTO
Intermediate BASIC
Random Number Generation
Subroutines and Functions