6 lines
130 B
Rexx
6 lines
130 B
Rexx
char1 = "A"
|
|
char2 = 'A'
|
|
str = "this is a string"
|
|
another = 'this is also a string'
|
|
escape1 = "that's it!"
|
|
escape2 = 'that''s it!'
|