Warning: session_start(): open(/var/lib/php/sessions/sess_00q5n3378pjem38m4imuk2v68c, 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
cprint {
S scenario1 = autoUnindent_mls([[
There is a plan
The plan works
]]);
S scenario2 = autoUnindent_mls([[
There is this idea
This idea is a plan
This idea works
]]);
NLABlock nla1, nla2;
S output;
visual jvsplit(
jhsplit(
hgridWithSpacing(
jCenteredSection("Scenario 1 (in Natural Language Assembly)", dm_textAreaAsSection nla1()),
jCenteredSection("Scenario 2 (in Natural Language Assembly)", dm_textAreaAsSection nla2())),
dm_textAreaAsSection output()),
super);
start {
dm_onFieldChange nl1(r calc);
dm_onFieldChangeAndNow nl2(r calc);
}
void calc {
setField(nla1 := nla_simplifyIntroductions(scenario1));
setField(nla2 := nla_simplifyIntroductions(scenario2));
printWithIndent("nla1: ", nla1);
printWithIndent("nla2: ", nla2);
L