mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 13:16:25 +08:00
12 lines
135 B
Plaintext
12 lines
135 B
Plaintext
![]() |
> Example:
|
||
|
>
|
||
|
> sub status {
|
||
|
> print "working";
|
||
|
> }
|
||
|
>
|
||
|
> Or:
|
||
|
>
|
||
|
> sub status {
|
||
|
> return "working";
|
||
|
> }
|