-
Notifications
You must be signed in to change notification settings - Fork 48
Operators
Aaron Niyonzima edited this page Sep 3, 2020
·
4 revisions
-
= is used for assigning values to variables: eg
age = 30 -
op= is called assignment operator, where
opis one of+ - * /i.e
+= -= *= /= -
age += 1is equivalent toage = age + 1 -
use these assignment operators when dealing with numbers
-
EQor= -
NEor<>or! -
LTor< -
LEor<= -
GTor> -
GEor>=
- Home
- Getting started with InfoBasic(jbc)
- Key Features of InfoBasic
- Control Flow
- Subroutines and Functions
- OFS
- Template Programming
- T24 Integration with other Systems
- T24 Business Training
- T24 Navigation Training
- T24 Administration Training