Blockquotes_with_code_blocks.text (135B)
> Example:
>
> sub status {
> print "working";
> }
>
> Or:
>
> sub status {
> return "working";
> }
Back (Current repo: lowdown)fork of lowdown from https://kristaps.bsd.lvTo clone this repository: git clone https://git.viktor1993.net/lowdown.git |
| Log | Download | Files | Refs | LICENSE |
Blockquotes_with_code_blocks.text (135B)
> Example:
>
> sub status {
> print "working";
> }
>
> Or:
>
> sub status {
> return "working";
> }