HS{
Factor handbook » The language » Syntax » Literals » Hash set syntax


Vocabulary
syntax

Syntax
HS{ members ... }


Inputs
None

Outputs
None

Word description
Marks the beginning of a literal hash set, given as a list of its members. Literal hashtables are terminated by }.

Examples
HS{ 3 "foo" }


See also
{, V{, H{, C{, T{, }

Definition