4.3.1 Introduction to Strings |
" "
).
For backward compatibility also single quotes (' '
) are allowed, but
this syntax is now deprecated.
Example |
Print "This is a string."; This is a string. ------------------------------- 'So is this.' -- deprecated So is this. ------------------------------- |