Binary strings: Difference between revisions

Content deleted Content added
Line 397: Line 397:
A = "STRING" 'CREATION
A = "STRING" 'CREATION
A = "" 'EMPTY
A = "" 'EMPTY
'del A 'DESTRUCTION
del A 'DESTRUCTION
'STRING ASSIGNMENT
'STRING ASSIGNMENT