C) LET statement



LET is used for storing a value can be an expression of literal and must be same type as the variable

Syntax
Let <variable=<expression>
Example
LET num 1=20or a *b+c

Comments

Popular posts from this blog

E) READ DATA statement

Introduction P2