Class Keyword

java.lang.Object
All Implemented Interfaces:
IValidated, IWriteable, Comparable<ABlobLike<?>>

public final class Keyword extends ASymbolic
Keyword data type. Intended as human-readable map keys, tags and option specifiers etc. Keywords evaluate to themselves, and as such can be considered as literal constants. "Programs must be written for people to read, and only incidentally for machines to execute." ― Harold Abelson