Types
All types in ufLang are classes. This means you can apply pre-built functions to them.
In ufLang, you will find seven primitives data types:
A classical variable declaration with syntax:
var <variable-name> <?type> = <value>;
Last updated