Warning: session_start(): open(/var/lib/php/sessions/sess_4lj7opukmgkmc6m0e8v1mvtcfv, 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
static O callAndMake_extended(S code, fO... args) {
if (code == null) null;
code = trim(code);
if (isQuoted(code)) ret unquote(code);
if (isInteger(code)) ret parseInt(code);
if (isIdentifier(code))
ret eq(code, "x") ? first(args) : callAndMake(code, args);
L tok = javaTok(code);
if (lCodeTokens(tok) == 4 && eq(second(tok), "f") && isIdentifier(get(tok, 3)) && eq("/", get(tok, 5)))
if (eq("1", get(tok, 7)))
ret standardFunctionReference_1(get(tok, 3));
else if (eq("2", get(tok, 7)))
ret standardFunctionReference_2(get(tok, 3));
Pair> p = tok_parseFunctionCall(tok);
if (p == null) fail("Can't parse: " + code);
ret callAndMake(p.a, map_toArray(func(S arg) -> O { callAndMake_extended(arg, args) }, p.b));
}