MiniScript

Control Flow

looping and branching Control flow is how you make code execute multiple times, or execute only under certain conditions. Without

Control Flow Lesen »

Data Types

things you can store and manipulate Variables in MiniScript are dynamically typed; you can store any type of data in

Data Types Lesen »

Examples

small programs that do interesting things While we’ve given short examples of MiniScript code throughout this manual, this chapter presents

Examples Lesen »

Nach oben scrollen