Atom - ṭ
- Tack
Characters: ṭ
Tags: array
Arity: dyadic
This atom is dyadic, which means it takes two arguments.
Functionality
Append x
to y
.
Details
x
will not be concatenated but will rather just be appended directly, so this is y + [x]
in Python, so this is distinct from ;@
.
Synonyms
This atom should work roughly the same way as or very similarly in concept to the following code snippets (some edge case exceptions may exist):
W;@¥