5 lines
78 B
BlitzBasic
5 lines
78 B
BlitzBasic
AppTitle "Examples of Variables"
|
|
Const width=640,height=480
|
|
A = 2 + 2
|
|
Print A
|