Checks if the given text is a MiniScript keyword
static bool isKeyword(String text) { return all.contains(text); }