Periodic table: Difference between revisions

Content added Content deleted
(Added Quite BASIC)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 2,348: Line 2,348:
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
There is a discrepancy between how the periodic table is arranged in the Wikipedia article and how it is arranged in the task description. I've used the latter in the following script.
There is a discrepancy between how the periodic table is arranged in the Wikipedia article and how it is arranged in the task description. I've used the latter in the following script.
<syntaxhighlight lang="ecmascript">import "./fmt" for Fmt
<syntaxhighlight lang="wren">import "./fmt" for Fmt


var limits = [3..10, 11..18, 19..36, 37..54, 55..86, 87..118]
var limits = [3..10, 11..18, 19..36, 37..54, 55..86, 87..118]