Long literals, with continuations: Difference between revisions

m
(→‎{{header|Factor}}: create crystal solution)
Line 254:
</pre>
=={{header|Crystal}}==
Crystal's <code>$%w</code> literals create a whitespace-delimited array of strings at compile time
<lang ruby>require "time"
 
Anonymous user