mirror of
https://github.com/octoleo/restic.git
synced 2024-11-13 16:56:27 +00:00
12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
> Example:
|
|
>
|
|
> sub status {
|
|
> print "working";
|
|
> }
|
|
>
|
|
> Or:
|
|
>
|
|
> sub status {
|
|
> return "working";
|
|
> }
|