Polyglot: Difference between revisions

Fixed syntax highlighting tags
m (Added category "Encyclopedia")
(Fixed syntax highlighting tags)
 
(One intermediate revision by the same user 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==
[[Polyglot:PL/I and PL/M]]
<br>
<br>
==[[COBOL]]==
<langsyntaxhighlight lang="cobol">
(*O/*_/
Line 98 ⟶ 102:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
==[[Pascal]]==
<langsyntaxhighlight lang="pascal">
(*O/*_/
Line 184 ⟶ 188:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
==[[Fortran]]==
<langsyntaxhighlight fortranlang="fortranfixed">
(*O/*_/
Line 270 ⟶ 274:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
==[[C]]==
<langsyntaxhighlight lang="c">
(*O/*_/
Line 356 ⟶ 360:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
==[[PostScript]]==
<langsyntaxhighlight lang="postscript">
(*O/*_/
Line 442 ⟶ 446:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
==[[UNIX Shell]]==
<langsyntaxhighlight lang="bash">
(*O/*_/
Line 528 ⟶ 532:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
==[[x86 Assembly]]==
<langsyntaxhighlight lang="asm">
(*O/*_/
Line 614 ⟶ 618:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
==[[Perl]]==
<langsyntaxhighlight lang="perl">
(*O/*_/
Line 700 ⟶ 704:
C *)
end .(* )
C)pop% program polyglot. *){*/}</langsyntaxhighlight>
 
[[Category:Encyclopedia]]
3,043

edits