Go to the first, previous, next, last section, table of contents.


base_subsetq

base_subsetq(A,B)
: @tex if $A \subseteq B$, then it returns 1 else 0. @end tex

Example:

 base_subsetq([1,2],[1,2,3,4,5]);


Go to the first, previous, next, last section, table of contents.