Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[COLOR=red]proc main[/color]
loop:
transmit "chg^M"
waitfor "TYPE: "
transmit "2616^M"
waitfor "ECHG " forever
transmit "yep^M"
waitfor "ITEM "
transmit "cls icda^M"
waitfor "ITEM "
transmit "^M"
waitfor "REQ: "
goto loop
[COLOR=red]endproc [/color red]