They sorta can but its only a local change. IIRC
All you need is a computer and some monitors.
C = 0
While C == 0 do
print("Whatever")
sleep(1)
end
and you need your startup to be:
shell.run("monitor", "right", "[above program]")
Probably a syntax error or two, havnt written in LUA recently.