Comparison of programming languages (strings): Difference between revisions

Content deleted Content added
Quoted raw: Reorganize quoted raw list, add a couple entries
Line 156:
! Syntax
! Language(s)
|-
| <tt>"'Hello, world!"'</tt>
| APL, Fortran, Object Pascal, Pascal, Perl, PHP, Pick Basic, Windows PowerShell, Smalltalk
|-
| <tt>q(Hello, world!)</tt>
| Perl (alternate)
|-
| <tt>%q(Hello, world!)</tt>
| Ruby (alternate)
|-
| <tt>R"(Hello, world!)"</tt>
| C++11
|-
| <tt>@"Hello, world!"</tt>
| C#, F#
|-
| <tt>"Hello, world!"</tt>
| Cobol, FreeBASIC, Pick Basic
|-
| <tt>r"Hello, world!"</tt>
| D, Python, Cobra
|-
| <tt>'"Hello, world!'"</tt>
| Cobol, FreeBASIC, Pick Basic
| APL, Fortran, Object Pascal, Pascal, Perl, PHP, Pick Basic, Windows PowerShell, Smalltalk
|-
| <tt>`Hello, world!`</tt>
| D, Go
|-
| <tt>Rraw"(Hello, world!)"</tt>
| C++11Scala
|}