-
Notifications
You must be signed in to change notification settings - Fork 114
Programming basics
Kiryha edited this page Feb 20, 2018
·
136 revisions
The goal of this section is to give artist fast understanding of core programming concepts to be able to follow VEX tutorials if the programming is Terra Incognita for him (or her). To explain complex things (and programming could be sophisticated for those who never deal with it or who consider himself an artist but not technician) we will simplify every concept as much as it possible. Simplification yields to a better understanding but less precision, so be aware that these programming definitions are quite abstract.
Syntax, data types, variables, commands, functions, loops.
Programming - speaking with PC. Instructions.