mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 16:03:59 +08:00
16 lines
204 B
HTML
Executable File
16 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>
|