1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/services/calculus-module/Figures/complexity.txt
2020-08-23 16:54:14 +01:00

14 lines
529 B
Plaintext

'new unary even': ok
'new binary sees (none, none)': ok
'<< >> is complex': false
'<< even (x) >> is complex': false
'<< kind = number (x) ^ even (x) >> is complex': false
'<< sees (4, 10) >> is complex': true
'<< (4 == 10) >> is complex': true
'<< (x == 10) >> is complex': false
'<< (10 == x) >> is complex': false
'<< (y == x) >> is complex': true
'<< not< kind = number (x) ^ even (x) not> >> is complex': true
'<< Exists x: even (x) >> is complex': true
'<< Forall x IN< kind = number (x) IN>: even (x) >> is complex': true