Topic: Scatter Notation
scatter (also seen as @) is used with lists/pairs to "break out" of the parentheses.
Example:
>> (vector @(list 1 2 3)) :: [vector 1 2 3 null]