DryLang supports standard primitive types natively.
All numbers (integers and floats) are treated as a unified Number type (float64 under the hood).
Strings are enclosed in double quotes. String interpolation is supported with ${}.
Raw strings use backticks:
Use t for true and f for false.
The unknown keyword represents a null/uninitialized value.