Binary strings: Difference between revisions

Added 11l
(Added 11l)
Line 16:
Possible contexts of use: compression algorithms (like [[LZW compression]]), L-systems (manipulation of symbols), many more.
<br><br>
 
=={{header|11l}}==
<lang 11l>V x = Bytes(‘abc’)
print(x[0])</lang>
 
{{out}}
<pre>
97
</pre>
 
=={{header|Ada}}==
1,481

edits