1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-03 07:24:58 +03:00
inform7/services/kinds-module/Figures/av-conformance.txt
2020-08-11 23:59:29 +01:00

9 lines
284 B
Plaintext

'new unit length': ok
'number <= arithmetic value?': true
'real number <= arithmetic value?': true
'length <= arithmetic value?': true
'text <= arithmetic value?': false
'arithmetic value <= value?': true
'value <= arithmetic value?': false
'arithmetic value <= sayable value?': true