Inverted syntax: Difference between revisions

Content added Content deleted
(Added Fōrmulæ)
(add {{omit from}} Pascal, Free Pascal, and Delphi)
Line 1,067: Line 1,067:
println(s"Do I need an umbrella? ${if (needUmbrella) "Yes" else "No"}")
println(s"Do I need an umbrella? ${if (needUmbrella) "Yes" else "No"}")
}</lang>
}</lang>

=={{header|Sidef}}==
=={{header|Sidef}}==
<lang ruby># Inverted syntax with assignment
<lang ruby># Inverted syntax with assignment
Line 1,253: Line 1,254:
{{omit from|C}} <!-- doesn't have any -->
{{omit from|C}} <!-- doesn't have any -->
{{omit from|C sharp}}
{{omit from|C sharp}}
{{omit from|Delphi}}
{{omit from|DWScript}}
{{omit from|DWScript}}
{{omit from|F Sharp}}
{{omit from|F Sharp}}
{{omit from|Free Pascal}}
{{omit from|GAP}}
{{omit from|GAP}}
{{omit from|GUISS}}
{{omit from|GUISS}}
Line 1,260: Line 1,263:
{{omit from|Nemerle}}
{{omit from|Nemerle}}
{{omit from|NetRexx}}
{{omit from|NetRexx}}
{{omit from|Pascal}}
{{omit from|UNIX Shell}}
{{omit from|UNIX Shell}}
{{omit from|ZX Spectrum Basic|The language syntax does not really allow this.}}
{{omit from|ZX Spectrum Basic|The language syntax does not really allow this.}}