PLAYGROUND (experimental)

var

Declares a variable.
var

Declares a variable.

Syntaxe

var x = 10; print(x);