Content deleted Content added
Line 64:
First, a function <code>add</code> is declared in a short function form. Then, the arguments of the function can take either a scalar or a vector.
<source lang="text">
$!10 //
10 9 8 7 6 5 4 3 2 1
</source>
|