Handbook
Glossary
max-length ( seq1 seq2 -- n )
Vocabulary
sequences
Inputs
seq1
a
sequence
seq2
a
sequence
Outputs
n
a non-negative integer
Word description
Outputs the maximum of the lengths of the two sequences.
Definition
USING:
math.order
;
IN:
sequences
:
max-length
( seq1 seq2 -- n )
2length
max
;
inline