Comparison of programming languages (strings): Difference between revisions

Content deleted Content added
Line 161:
|-
| <tt>"Hello, world!"</tt>
| Cobol, FreeBASIC, Java, JavaScript, Pick Basic
|-
| <tt>r"Hello, world!"</tt>
Line 167:
|-
| <tt>'Hello, world!'</tt>
| APL, CoffeeScript, Fortran, Object Pascal, Pascal, Perl, PHP, Pick Basic, Windows PowerShell, Smalltalk
|-
| <tt>`Hello, world!`</tt>