Closed
Description
Small thing to fix, just haven’t got the time to do it myself right now.
On this page,
Lines 14 to 18 in 8db4edd
- Primitive types:
- Boolean —
true
orfalse
- Numeric — integer and float
- Textual —
char
andstr
- Never —
!
— a type with no values
Every entry lists types except for Boolean
which lists values. Probably better should be
- Primitive types:
- Boolean —
bool
- Numeric — integer and float
- Textual —
char
andstr
- Never —
!
— a type with no values