Jump to content

Help:Programming Example Prototypes: Difference between revisions

update to new Header template; close italics
(Should have previewed more carefully...)
(update to new Header template; close italics)
Line 6:
----
 
''When using a [[compiler]] and a [[library]], with illustrative text:''
 
=={{header|Your Language Here}}'''Compiler:''' [[Your Compiler Here]] (Your version here)==
'''Compiler:''' [[Your Compiler Here]] (Your version here)
[[Category:Your Compiler Here]]
 
Line 24 ⟶ 25:
----
 
''When using a compiler and a library, but without illustrative text:''
 
=={{header|Your Language Here}}'''Compiler:''' [[Your Compiler Here]] (Your version here)==
'''Compiler:''' [[Your Compiler Here]] (Your version here)
[[Category:Your Compiler Here]]
 
Line 38 ⟶ 40:
----
 
''When using an [[interpreter]] and a library, with illustrative text:''
 
=={{header|Your Language Here}}'''Interpreter:''' [[Your Interpreter Here]] (Your version here)==
'''Interpreter:''' [[Your Interpreter Here]] (Your version here)
[[Category:Your Interpreter Here]]
 
Line 56 ⟶ 59:
----
 
''When using an interpreter and a library, but without illustrative text:''
 
=={{header|Your Language Here}}'''Interpreter:''' [[Your Interpreter Here]] (Your version here)==
'''Interpreter:''' [[Your Interpreter Here]] (Your version here)
[[Category:Your Interpreter Here]]
 
Line 70 ⟶ 74:
----
 
''When using a compiler, with illustrative text:''
 
=={{header|Your Language Here}}'''Compiler:''' [[Your Compiler Here]]==
'''Compiler:''' [[Your Compiler Here]]
[[Category:Your Compiler Here]]
 
Line 85 ⟶ 90:
----
 
''When using a compiler, but without illustrative text:''
 
=={{header|Your Language Here}}'''Compiler:''' [[Your Compiler Here]] (Your version here)==
'''Compiler:''' [[Your Compiler Here]] (Your version here)
[[Category:Your Compiler Here]]
 
Line 96 ⟶ 102:
----
 
''When using an interpreter, with illustrative text:''
 
=={{header|Your Language Here}}'''Compiler:''' [[Your Interpreter Here]] (Your version here)==
'''Compiler:''' [[Your Interpreter Here]] (Your version here)
[[Category:Your Interpreter Here]]
 
Line 113 ⟶ 120:
''When using an interpreter, but without illustrative text:
 
=={{header|Your Language Here}}'''Interpreter:''' [[Your Interpreter Here]] (Your version here)==
'''Interpreter:''' [[Your Interpreter Here]] (Your version here)
[[Category:Your Interpreter Here]]
 
Line 122 ⟶ 130:
----
 
''When you don't know the compiler or interpreter, but you're using a library, and you are using illustrative text:''
 
=={{header|Your Language Here}}'''Library:''' [[Your Library Here]]==
'''Library:''' [[Your Library Here]]
[[Category:Your Library Here]]
 
Line 137 ⟶ 146:
----
 
''When you don't know the compiler or interpreter, but you're using a library, and you are not using illustrative text:''
 
=={{header|Your Language Here}}'''Library:''' [[Your Library Here]]==
'''Library:''' [[Your Library Here]]
[[Category:Your Library Here]]
 
Line 148 ⟶ 158:
----
 
''When you don't know the compiler or interpreter, and you are using illustrative text:''
 
=={{header|Your Language Here}}==
Some code.
Notice how each line begins with at least one space.
Line 161 ⟶ 171:
----
 
''When you don't know the compiler or interpreter, and you are not using illustrative text:''
 
=={{header|Your Language Here}}==
Some code.
Notice how each line begins with at least one space.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.