mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
15 lines
204 B
HTML
Executable file
15 lines
204 B
HTML
Executable file
<blockquote>
|
|
<p>Example:</p>
|
|
|
|
<pre><code>sub status {
|
|
print "working";
|
|
}
|
|
</code></pre>
|
|
|
|
<p>Or:</p>
|
|
|
|
<pre><code>sub status {
|
|
return "working";
|
|
}
|
|
</code></pre>
|
|
</blockquote>
|