You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

412 B

Common language concepts

This chapter covers concepts that appear in almost every programming language and how they work in Sabre. Many programming languages have much in common at their core.

Specifically, you’ll learn about variables, basic types, functions, comments, and control flow. These foundations will be in every Sabre program, and learning them early will give you a strong core to start from.