freebasic
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
freebasic [2022/12/03 14:21] – praetor | freebasic [2024/09/18 05:42] (current) – ls# hc9 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== FreeBASIC ====== | ||
+ | Welcome to the wiki section for FreeBASIC, a modern dialect of BASIC! | ||
+ | |||
+ | For a general overview of BASIC, please refer to the wiki page on the [[basic_language|BASIC language]] | ||
+ | |||
+ | **Caveat Emptor** These tutorials will only work if you have access to the MetaArray and are a SDF [[membership_levels# | ||
+ | |||
+ | BASIC stands for Beginners All-purpose Symbolic Code, and as such these tutorials will focus on beginners without any programming background. However, advanced users with a background in programming will be referred to relevant resources to learn in-depth. | ||
+ | |||
+ | - [[fb_intro|Introduction]] | ||
+ | - [[fb_variables|Variables]] | ||
+ | - [[fb_controls|Control Structures]] | ||
+ | - [[fb_loops|Loops]] | ||
+ | - [[fb_functions|Functions]] | ||
+ | - [[fb_routines|Subroutines]] | ||
+ | - [[fb_next|Next Steps]] | ||
+ | - [[fb_arrays|Arrays]] | ||