mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -05:00
12 lines
135 B
Text
12 lines
135 B
Text
|
> Example:
|
||
|
>
|
||
|
> sub status {
|
||
|
> print "working";
|
||
|
> }
|
||
|
>
|
||
|
> Or:
|
||
|
>
|
||
|
> sub status {
|
||
|
> return "working";
|
||
|
> }
|