Template:Infobox programming language/doc: Difference between revisions

Content deleted Content added
m Syntax: syntaxhighlight
Line 53:
{{Infobox programming language
| name = Python
| SampleCode = <syntaxhighlight lang="javascript" >
// JavaScript example
function helloworld() {
alert('Hello World');
}
window.onload = helloworld;
</syntaxhighlight>
| logo = Python logo and wordmark.svg
| paradigm = [[Multi-paradigm programming language|Multi-paradigm]]: [[object-oriented programming|object-oriented]], [[imperative programming|imperative]], [[functional programming|functional]], [[procedural programming|procedural]], [[reflective programming|reflective]]