Introduction
HelloWorld
Literals
Comments
Operators
Primitive types
Symbols
Assignment
Casting
Control flow
FizzBuzz
Functions
Scopes
Type system - extended
Importing source files
Lambdas
Automatic cleanup
Move semantics
Advanced concepts
Reference: Orb
Reference: Base
Reference: Std
Quick examples
HelloWorld
Logo
FizzBuzz
Primes
Fibonacci
Reduce
BinaryTree
Orb Programming Language
HelloWorld
main.orb
import "std/io.orb"; fnc main () () { std.println "Hello, world!"; };