Global variables must be defined using the block syntax, with at most one block per source file. These variables are then available within the whole source file.
var {
:type_specifier varName "defaultValue"; // full signature of var definition
varName2 156; // type specifier is optional when it can be inferred, here it will be probably :i64