First page Back Continue Last page Image
Adjectives
- thing = options?, kind .
- @kind = "fish" | "octopus" | "jellyfish" | "ship" .
- -options = (count, s)?, (size, s)?, (colour, s)?, (styling, s)? .
- @count = integer .
- @size = (-"enormous", +"4.0") | (-"large", +"2.0") |
- (-"standard", +"1.0") |
- (-"small", +"0.5") | (-"wee", +"0.25") .
- @colour = name .
- @styling = ("speckled" | "crosshatched") .