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
AttrIsDef
AttrOf
Block
Cast
Data
Eval
Exit
Explicit
Fnc
Import
IsDef
IsEval
LenOf
Loop
Mac
Message
Operators - non-unary
Operators - unary
Pass
Ret
SizeOf
Sym
TypeOf
Reference: Base
Reference: Std
Quick examples
Orb Programming Language
TypeOf
Used to get the type of a value.
typeOf oper -> type
Fetches the type of
oper
.