Variables
Learn how to declare and use variables in TinyPanda using the bamboo keyword.
Data Types
A quick guide to TinyPanda's dynamic type system and core data types.
Keywords
A complete quick-reference list of reserved language keywords in TinyPanda.
Comments
A guide to writing single-line and multi-line comments in TinyPanda.
Operators
A guide to arithmetic, comparison, and logical operators in TinyPanda.
Conditionals
Learn how to control execution flow using iff and otherwise in TinyPanda.
Functions
Learn how to define and execute functions in TinyPanda using the fn keyword.
Loops
A comprehensive guide to loops, control flow, and iterative execution using the loop and for structures in TinyPanda.