Binary strings: Difference between revisions

m
→‎{{header|REXX}}: added a programming note.
(Added 11l)
m (→‎{{header|REXX}}: added a programming note.)
Line 3,341:
 
=={{header|REXX}}==
Programming note:   this REXX example demonstrates two types of   ''quoting''.
<lang REXX>/*REXX program demonstrates methods (code examples) to use and express binary strings.*/
dingsta= '11110101'b /*four versions, bit string assignment.*/