2 lines
89 B
Mathematica
2 lines
89 B
Mathematica
s1 = 'abcd' % simple string
|
|
s2 = 'ab''cd' % string containing a single quote
|