mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
15 lines
213 B
HTML
15 lines
213 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>
|