Comments

Commands :

REM/ {Annotations}
// {Annotations}
' {Annotations}

Visual overview :


Functionality :

This harmless command allow to developper to comment his program code.


Avaiable parameters :

  • Nothing for this version

Examples :

Exemple 1

REM/ I'm a comment
// I'm harmless
' AND me too !