Next: Loops, Previous: Compound Statements, Up: The Poke Language [Contents][Index]
Poke provides several conditional statements, and a ternary conditional operator, which are discussed in the sections below.
• if-else: | Simple conditionals. | |
• Conditional Expression: | Conditionals in expressions. |