mirror of
https://github.com/rclone/rclone.git
synced 2024-11-24 22:32:44 +08:00
12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
> Example:
|
|
>
|
|
> sub status {
|
|
> print "working";
|
|
> }
|
|
>
|
|
> Or:
|
|
>
|
|
> sub status {
|
|
> return "working";
|
|
> }
|