Welcome to MiniScript
Welcome to MiniScript a high-level, object-oriented language that is easy to read and write MiniScript is a modern scripting language […]
Welcome to MiniScript a high-level, object-oriented language that is easy to read and write MiniScript is a modern scripting language […]
looping and branching Control flow is how you make code execute multiple times, or execute only under certain conditions. Without
things you can store and manipulate Variables in MiniScript are dynamically typed; you can store any type of data in
the building blocks of sophisticated software A function is essentially a sub-program that does some particular task. We’ve already seen
built-in functions you can rely on MiniScript comes with a standard set of built-in (or intrinsic) functions. Many of these
small programs that do interesting things While we’ve given short examples of MiniScript code throughout this manual, this chapter presents