Warning: session_start(): open(/var/lib/php/sessions/sess_gjk9a4345377715r3qc2evsh7c, 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
// turns out reMutable and reImmutable are the same thing!?
svoid tok_reImmutableVars(LS tok) {
tok_unifyKeywords(tok, remutableKeywords(), "reImmutable");
jreplace_dyn(tok, "reImmutable ;", (_tok, i) -> {
S var = _get(tok, i+2);
S var2 = makeVar(var);
ret "var \*var2*/ = \*var*/; replace \*var*/ with \*var2*/.";
});
}