Common Programming Concept

This chapter will covers concept of that appears in almost every programming language even on this esoteric language. Many programming language have much thing in common at their core. None of the concepts presented in this chapter are unique to Remi.

Specifically you will learn about variables, basic types, functions, comments, and control flow. These are building block on every Remi program and learning them will give you strong core to start from.