mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
12 lines
135 B
Plaintext
Executable File
12 lines
135 B
Plaintext
Executable File
> Example:
|
|
>
|
|
> sub status {
|
|
> print "working";
|
|
> }
|
|
>
|
|
> Or:
|
|
>
|
|
> sub status {
|
|
> return "working";
|
|
> }
|