Comparison of programming languages (strings): Difference between revisions

Content deleted Content added
String literals: Standardize mentions of Bourne shell
Line 81:
|-
| <tt>"Hello, $name!"</tt>
| Bash[[Bourne shell]], Perl, PHP, Windows PowerShell
|-
| <tt>qq(Hello, $name!)</tt>
Line 158:
|-
| <tt>'Hello, world!'</tt>
| APL, BashBourne Shellshell, Fortran, Object Pascal, Pascal, Perl, PHP, Pick Basic, Ruby, Windows PowerShell, Smalltalk
|-
| <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
| [[Bourne shell]], Perl, PHP, Ruby
|-
| <tt><<<EOF<br />I have a lot of things to say<br />and so little time to say them<br />EOF</tt>