Next: The Standard Library, Previous: Commands, Up: Top [Contents][Index]
• Integers: | Whole numbers. | |
• Offsets: | Memory sizes and offsets. | |
• Strings: | NULL-terminated strings. | |
• Arrays: | Homogeneous collections. | |
• Structs: | Heterogeneous collections. | |
• Types: | Declaring types. | |
• Assignments: | Changing the value of variables. | |
• Compound Statements: | Sequences of statements. | |
• Conditionals: | Conditional statements and expressions. | |
• Loops: | Statements to iterate on conditions. | |
• Expression Statements: | Using expressions for their side-effects. | |
• Functions: | Procedural abstraction. | |
• Endianness: | Byte ordering. | |
• Mapping: | Accessing IO spaces. | |
• Exception Handling: | Dealing with exceptional conditions. | |
• Terminal: | Dealing with the terminal. | |
• Printing: | Output in Poke programs. | |
• Comments: | Documenting Poke programs. | |
• Modules: | Loading pickles from Poke programs. | |
• System: | Accessing the system from within Poke. | |
• Debugging: | Debugging Poke programs. |