1 2 3 4 5 6 7 8 9 10
discard """ output: "1" """ var c = '\0' while true: if c == '\xFF': break inc c echo "1"