📄️ Local variable declaration
In Rell, local variables play a important role in storing and managing data within a specific scope. They provide a way
📄️ Basic statements in Rell
In Rell, the fundamental building blocks of programming are encapsulated within basic statements. These statements
📄️ If statement
In Rell, the if statement is used to create conditional logic that allows you to execute different blocks of code
📄️ When statement
In Rell, when statement is similar to switch in C++ or Java, but uses the syntax of when in Kotlin. The when
📄️ Loop statements
In Rell, loop statements include the for, while, break, and continue statements, each serving distinct purposes