!759 p { O bot = hotwire("#1002765"); Native n = new Native([[ [Y] = snlTok("hello < world") ]]); if (!n.callExternal(bot)) print("no match"); else { print("match: " + structure(n.m)); print("Y = " + snlFromTree(n.getOuter("Y"))); } //print("yo: " + new Native([[ "[\"hello\", \"<\", \"world\"]" = snlTok("hello < world") ]]).callExternal(bot)); print("yo: " + new Native([[ ["hello", "<", "world"] = snlTok("hello < world") ]]).callExternal(bot)); print("bad: " + new Native([[ "" = snlTok("hello < world") ]]).callExternal(bot)); }