Variables & Types
Zyra is statically typed with type inference.
Variable Declarations
-
constfor immutable bindings: -
varfor mutable bindings:
Primitive Types
Int: 64-bit signed integer (10,-42)String: UTF-8 text string ("hello",'raw')Bool: Boolean value (true,false)BigInt: Arbitrary precision integerVoid: Empty return type