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