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