mirror of
https://github.com/octoleo/restic.git
synced 2024-11-13 16:56:27 +00:00
16 lines
200 B
HTML
16 lines
200 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>
|