Files
IBAFLang/IBAF-cbs/Funcons-beta/Computations/Normal/Flowing/tests/effect.config
2023-11-01 09:29:33 +01:00

11 lines
139 B
Plaintext

general {
funcon-term:
effect sequential(print 1, 2)
;
}
tests {
result-term: null-value;
standard-out: [1];
}