Get 2 columns more in Atari BASIC#

The Atari BASIC usually starts at column 2, taking 2 columns from the user away. To get them back, type:
POKE 82,0
To go back to the normal mode just type:
POKE 82,2

Image#

Atari BASIC with POKE 82 on and off