Warning: session_start(): open(/var/lib/php/sessions/sess_4vdgsjs3id72qb2q212v0cmts6, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!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));
}