The BlueScript programming language A general-purpose programming language that generates Lua code with a simple, convenient and powerful syntax. Examples The most basic example: "Hello World!" fn main() { println("Hello World!") }