Code Golf: Code Golf: Difference between revisions

m
→‎{{header|Phix}}: and a cryptic version
m (→‎{{header|Phix}}: '_' == 95, ' ' == 32)
m (→‎{{header|Phix}}: and a cryptic version)
Line 507:
<syntaxhighlight lang="Phix">
puts(1,{67,111,100,101,32,71,111,108,102})
</syntaxhighlight>
Or quite long but deliciously cryptic:
<syntaxhighlight lang="Phix">
puts(1,atom_to_float64(1.276409856e-152)[4..$]&
atom_to_float64(1.458406353e-258)[4..$])
</syntaxhighlight>
Slightly shorter, at 30 bytes, though it could be considered string/char:
7,803

edits