# Keywords reservadas de Niell 64 keywords reservadas, organizadas por categoría. Esta página se regenera desde `niell describe --json` — la fuente única son los keywords del compilador. Si niell agrega o quita uno, correr `tests/regen_keywords.sh` para sincronizar. ## Aggregation `average`, `count`, `max`, `min`, `sum` ## Casting / binding `as` ## Collection `add`, `contains`, `list`, `map`, `of`, `remove`, `set`, `to` ## Control niell `break`, `by`, `continue`, `decreases`, `each`, `else`, `for`, `if`, `in`, `increases`, `match`, `repeat`, `retain`, `return`, `then`, `times`, `when`, `where`, `while` ## Definition `action`, `be`, `can`, `derives`, `does`, `from`, `has`, `needs`, `returns`, `with` ## Delimiter `end` ## Error handling `fails`, `failure`, `on`, `success` ## Literal `false`, `true` ## Logical `and`, `is`, `not`, `or` ## Module `expose`, `exposing`, `module`, `use` ## Primitive type `boolean`, `nothing`, `number`, `text` ## Reactivity `changes` ## Text modifier `raw`