Jump to content

Minimum numbers of three lists: Difference between revisions

→‎J: add
(Added various dialects BASIC (Applesoft BASIC, BASIC256, Chipmunk Basic, GW-BASIC, Minimal BASIC, MSX Basic, PureBasic, QBasic, Quite BASIC, RunBASIC, XBasic and Yabasic))
(→‎J: add)
Line 734:
{{Out}}
<pre>[5,22,12,21,38]</pre>
 
=={{header|J}}==
<syntaxhighlight lang="j"> ] numbers =. 3 5 $ 5 45 23 21 67 43 22 78 46 38 9 98 12 54 53
5 45 23 21 67
43 22 78 46 38
9 98 12 54 53
 
<./ numbers
5 22 12 21 38</syntaxhighlight>
 
=={{header|JavaScript}}==
559

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.