mirror of
https://github.com/discourse/discourse.git
synced 2024-12-12 05:50:22 +08:00
9460ed1b60
Found with rpmlint.
16 lines
204 B
HTML
16 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>
|