Closed johannes-wolf closed 1 year ago
Simfil should error if evaluated with a non-existing “word” operator: 1 plus 2 → (plus 1 2) → null, the operator plus does not exist though.
1 plus 2
(plus 1 2)
plus
Closed because bug does not exist in the current version.
Simfil should error if evaluated with a non-existing “word” operator:
1 plus 2
→(plus 1 2)
→ null, the operatorplus
does not exist though.