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.
do forever
pt = Pos(param1,line)
if pt = 0 then leave
parse var line front (param1) back
line = front || param2 || back
end