📄️ Grammar and types
This chapter discusses Quackscript's basic grammar, variable declaration, data types and literals.
📄️ Functions
A function contains a series of statements which are executed when the function is called. Each function contains it own scope which is deleted from memory after its execution.
📄️ Control Flow
Quackscript supports a couple of control flows which provides flexibility in your application.