VocabularysequencesInputsOutputsNone
Word descriptionThrows an error if all the elements of two sequences, taken pairwise, are not equal.
NotesThe sequences need not be of the same type.
ExamplesUSING: prettyprint sequences ;
{ 1 2 3 } V{ 1 2 3 } assert-sequence=
Definition