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.
ABCD = 1234
XX = 'AB'
YY = 'CD'
XXYY = XX+YY
? &xxyy
? evaluate(xxyy)
? evaluate("abcd")
lcLetter = "A" && or any other letter
? ASC(lcLetter) - 64 && will print 1 for A, 2 for B, etc.