Jump to content

Compare a list of strings: Difference between revisions

(→‎{{header|Bracmat}}: Made a small simplification of the code and added explanation.)
Line 1,614:
<pre>False
True</pre>
 
 
=={{header|MATLAB}} / {{header|Octave}}==
Only the first task is implemented.
<lang Matlab>
alist = {'aa', 'aa', 'aa'}
all(strcmp(alist,alist{1}))
 
</lang>
 
=={{header|Nanoquery}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.