Complete Language Index
This is the index of Maple’s language reference documentation.  The “Maple API” column provides
API references for documented libmaple functionality. The “C++ for
Maple” pages are intended as a minimal reference/refresher for
programmers familiar with the Arduino language.
Looking for Something Else?
 
| Maple API | C++ for Maple | 
|---|
|  | 
Arithmetic Operators (+, -, *, /)ArraysAssignment Operator (=)Bit Shift Operators (<<, >>)Bitwise Operators (&, |, ^, ~)Boolean OperatorsBooleansbreakBuilt-in Typesbytebyte() (cast)charchar() (cast)CommentsComparison Operators (==, !=, <, >, <=, >=)Compound Arithmetic Operators (+= , -=, *=, /=)Compound Bitwise Operators (&=, |=, ^=)constcontinueCurly Braces ({, })#definedoubledouble() (cast)do/whileenumfloatfloat() (cast)forLabels and gotoif/else#includeIncrement and Decrement Operators (++, --)intint() (cast)Keywordslong() (cast)long longModulo Operator (%)Pointer Operators (&, *)returnScopeSemicolon (;)sizeof()sqrt()staticStringsswitch/caseunsigned charunsigned intunsigned long longVariablesvoidwhile |