LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

"!" in INPUT and VAL

Root / SmileBASIC Bug Reports / [.]

12Me21Created:
VAL() and INPUT (with numbers) will stop reading a string after encountering certain characters, such as ! and %. For example, VAL("123ABC") is 0, but VAL("123!ABC") is 123.