Category:Fast Track Tutorial: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "'''UPDATE:''' The original BR tutorial assumes that you have no experience with programming at all. And so it teaches a lot of programming theory and advice that makes it grea...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''UPDATE:''' The original BR tutorial assumes that you have no experience with programming at all. And so it teaches a lot of programming theory and advice that makes it great for true beginners, but a little tedious for those who already know how to program, and just need to learn how to do it in BR. So the “Fast Track” tutorial was born... with the goal to guide you through how to program in BR, without all the extras. It's divided into four sections: [[Fast Track 1|Basics]], [[Fast Track 2|Data Handling]], [[Fast Track 3|User Interaction]], and [[Fast Track 4|Debugging]].
The original BR tutorial assumes that you have no experience with programming at all. And so it teaches a lot of programming theory and advice that makes it great for true beginners, but a little tedious for those who already know how to program, and just need to learn how to do it in BR. So the “Fast Track” tutorial was born... with the goal to guide you through how to program in BR, without all the extras. It's divided into four sections: [[Fast Track 1|Basics]], [[Fast Track 2|Data Handling]], [[Fast Track 3|User Interaction]], and [[Fast Track 4|Debugging]].
 
{{:Fast Track Tutorial}}
 
<noinclude>
[[Category:Tutorial]]
</noinclude>

Latest revision as of 21:35, 5 August 2014

The original BR tutorial assumes that you have no experience with programming at all. And so it teaches a lot of programming theory and advice that makes it great for true beginners, but a little tedious for those who already know how to program, and just need to learn how to do it in BR. So the “Fast Track” tutorial was born... with the goal to guide you through how to program in BR, without all the extras. It's divided into four sections: Basics, Data Handling, User Interaction, and Debugging.

Index

Basics

  • 1.1 PRINT
  • 1.2 LET
  • 1.3 Write a classic program
  • 1.4 List
  • 1.5 INPUT
  • 1.6 The BR Editor
  • 1.7 External Editors
  • 1.8 Errors
  • 1.9 Print Newpage
  • 1.10 Clear
  • 1.11 Program Flow
  • 1.12 DO LOOP

Handling Data

  • 1 Intro
  • 2 Files
  • 3 Writing to a data file
  • 4 Closing a data file
  • 5 Reading a data file, and then using that information to print
  • 6 Functions
  • 7 LIBRARIES
  • 8 PROC

User Interaction

  • 1 Handling User Interaction
  • 2 Error Handling
  • 3 Internal Functions

Debugging

  • 1 Debugging Intro
  • 2 Pause
  • 3 Go Step
  • 4 Status
  • 5 Other

Pages in category "Fast Track Tutorial"

The following 13 pages are in this category, out of 13 total.