Periodic table: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
Line 930: Line 930:
=={{header|Julia}}==
=={{header|Julia}}==
{{trans|Wren}}
{{trans|Wren}}
<syntaxhighlight lang="ruby">const limits = [3:10, 11:18, 19:36, 37:54, 55:86, 87:118]
<syntaxhighlight lang="julia">const limits = [3:10, 11:18, 19:36, 37:54, 55:86, 87:118]


function periodic_table(n)
function periodic_table(n)