tail

SpecialNodes tail

input ports:
Name Type Description Optional

input

list<?0>

a non-empty list

no

output ports:
Name Type Description Optional

output

?0

the last element of the input list

no

tail reads its input, which must be a non-empty list, and outputs its last element.