Skip to content

Syntax and Key Features

Aaron Niyonzima edited this page Sep 3, 2020 · 4 revisions

T24 Programming - Syntax and key features of InfoBasic

Variables

  • Declaration is not required

  • Assigned types during runtime:

  • Indexes (for string or arrays) start from 1 (not 0)

  • Operators: assignment, comparison, arithmetic

  • Multi-value and system variables

  • Statements and Functions

Clone this wiki locally