Template:AUTOIT: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
=== Wikitext ===
=== Wikitext ===
<pre><nowiki>{{AUTOIT|1=
<pre><nowiki>{{AUTOIT|1=
MsgBox
MsgBox(0, 0, "Hello world!")}}</nowiki></pre>
}}</nowiki></pre>


=== Preview ===
=== Preview ===
{{AUTOIT|1=
{{AUTOIT|1=
MsgBox
MsgBox(0, 0, "Hello world!")}}
}}


== Source ==
== Source ==

Latest revision as of 09:23, 24 October 2013

Example

Wikitext

{{AUTOIT|1=
MsgBox(0, 0, "Hello world!")}}

Preview

{{{1|}}}

Source

<onlyinclude><syntaxhighlight lang="autoit">{{{1|}}}</syntaxhighlight></onlyinclude>

Links