Skip to content

Instantly share code, notes, and snippets.

View MarketingPip's full-sized avatar
🚬
🌳

Jared Van Valkengoed MarketingPip

🚬
🌳
View GitHub Profile
/* Basic Loop in BASIC progamming language
* For more BASIC / BAS resources -
* [BASIC Programming/Beginning BASIC/Control Structures/FOR...NEXT - Wikibooks, open books for an open world]
* https://en.wikibooks.org/wiki/BASIC_Programming/Beginning_BASIC/Control_Structures/FOR...NEXT
* [WHAT IS BASIC?]
* https://en.wikipedia.org/wiki/BASIC
*/
Dim i as Integer = 10
FOR i = 1 TO 10