📄️ System entities
In Rell, once data is stored within block and transaction entities, it becomes immutable, meaning it cannot be
🗃️ Namespaces
4 items
📄️ Global functions
Rell has a diverse collection of built-in functions that you can use to perform common tasks and write efficient Rell
📄️ Require function
The require function allows you to verify Boolean conditions, check for null values, or ensure non-empty collections.
📄️ Partial functions
You can use a wildcard symbol * to create a reference to a function, that is, to obtain a value of a function type
📄️ System queries
rell.getrellversion(): text