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. | |
• Assembler | Assembler instructions with Poke operands. | |
• 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. | |
• VM | Accessing the PVM in Poke programs. | |
• Debugging | Debugging Poke programs. |
Next: The Standard Library, Previous: Commands, Up: Top [Contents][Index]