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:

    • strings
    • numbers
    • dynamic arrays
    • dimensional arrays
  • Indexes (for string or arrays) start from 1 (not 0)

  • Operators: assignment, comparison, arithmetic

  • Multi-value and system variables

  • Statements and Functions

  • Project 1: 28/36 rule

Clone this wiki locally