[ Number ] plain

☞ x ≔ 123.
✎ write: x plain, stop.
☞ x ≔ 1.23.
✎ write: x plain, stop.
☞ x ≔ 1,000,000.
✎ write: x plain, stop.
123
1.23
1000000