Polyglot: Difference between revisions

Fixed syntax highlighting tags
m (Fix some wrong lang tags and language names.)
(Fixed syntax highlighting tags)
 
(3 intermediate revisions by 2 users not shown)
Line 14:
The authors are Kevin Bungard, Peter Lisle, and Chris Tham. You can contact them here. Thanks goes to George Janczuk.<br>
 
==See Also==
=={{header|COBOL}}==
[[Polyglot:PL/I and PL/M]]
<lang cobol>
<br>
<br>
=={{header|[[COBOL}}]]==
<langsyntaxhighlight lang="cobol">
(*O/*_/
Line 98 ⟶ 102:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
=={{header|[[Pascal}}]]==
<langsyntaxhighlight lang="pascal">
(*O/*_/
Line 184 ⟶ 188:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
=={{header|[[Fortran}}]]==
<langsyntaxhighlight fortranlang="fortranfixed">
(*O/*_/
Line 270 ⟶ 274:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
=={{header|[[C}}]]==
<langsyntaxhighlight lang="c">
(*O/*_/
Line 356 ⟶ 360:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
=={{header|[[PostScript}}]]==
<langsyntaxhighlight lang="postscript">
(*O/*_/
Line 442 ⟶ 446:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
=={{header|[[UNIX Shell}}]]==
<langsyntaxhighlight lang="bash">
(*O/*_/
Line 528 ⟶ 532:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
=={{header|[[x86 Assembly}}]]==
<langsyntaxhighlight lang="asm">
(*O/*_/
Line 614 ⟶ 618:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
=={{header|[[Perl}}]]==
<langsyntaxhighlight lang="perl">
(*O/*_/
Line 700 ⟶ 704:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
[[Category:Encyclopedia]]
3,038

edits