Nasal library functions: Difference between revisions

Jump to navigation Jump to search
m
Line 82: Line 82:
</li>
</li>
<li>
<li>
If the value of ''count'' is greater than ''size(vect) - start'' then it is ignored. That is, all elements from ''start'' to the end of ''vect'' are returned. A negative value of ''count'' causes an error.
If the value of ''count'' is greater than ''size(vect) - start'' then it is ignored. That is, all elements from ''start'' to the end of ''vect'' are returned. If ''count'' is zero then an empty vector is returned. A negative value of ''count'' causes an error.
</ol>
</ol>


15

edits

Navigation menu