DEBSOURCES
Skip Quicknav
sources / lowdown / 2.0.4-2 / regress / original / Blockquotes_with_code_blocks.text
1234567891011
> Example: > > sub status { > print "working"; > } > > Or: > > sub status { > return "working"; > }