!7 p { testWord("fun"); } svoid testWord(S word) { print("= " + word + " ="); S raw; print(raw = loadPage("https://simple.wikipedia.org/wiki/" + urlencode(word) + "?action=raw")); print(); new Matches m; if (flexMatch("#REDIRECT [ [ * ] ]", raw, m)) print(" Redirect to " + quote($1)); }