[ Number ] text

var x := 123.
Pen write: x, stop.
var x := 1.23.
Pen write: x, stop.
var x := 1,000,000.
Pen write: x, stop.
123
1.23
1,000,000