Description:
This command changes the titlebar of the main window. It doesn't change the title of any other window.
Here's a real small clock program!
'ittyclok
[loop]
if time$ <> time$() then
time$ = time$()
titlebar time$
end if
scan
goto [loop]