max-length ( seq1 seq2 -- n )


Vocabulary
sequences

Inputs
seq1a sequence
seq2a sequence


Outputs
na non-negative integer


Word description
Outputs the maximum of the lengths of the two sequences.

Definition