Variables
Declaration
Variables in Boson can be declared with the var
keyword.
The basic format is
var
[name]
concrete type
var x int
Variables in Boson can be declared with the var
keyword.
The basic format is
var
[name]
concrete type
var x int