Content deleted Content added
→String literals: Standardize mentions of Bourne shell |
|||
Line 81:
|-
| <tt>"Hello, $name!"</tt>
|
|-
| <tt>qq(Hello, $name!)</tt>
Line 158:
|-
| <tt>'Hello, world!'</tt>
| APL,
|-
| <tt>q(Hello, world!)</tt>
Line 196:
| <tt><<EOF<br />I have a lot of things to say<br />and so little time to say them<br />EOF</tt>
| Yes
|
|-
| <tt><<<EOF<br />I have a lot of things to say<br />and so little time to say them<br />EOF</tt>
|