Binary strings: Difference between revisions

Content added Content deleted
m (→‎Icon and Unicon: header simplification)
Line 927: Line 927:
</lang>
</lang>


=={{header|Purebasic}}==
=={{header|PureBasic}}==
<lang purebasic>
<lang PureBasic>
;string creation
;string creation
x$ = "hello world"
x$ = "hello world"