17 lines
140 B
Plaintext
17 lines
140 B
Plaintext
|
.DS I
|
||
|
.P
|
||
|
Example:
|
||
|
.VERBON 2
|
||
|
sub status {
|
||
|
print "working";
|
||
|
}
|
||
|
.VERBOFF
|
||
|
.P
|
||
|
Or:
|
||
|
.VERBON 2
|
||
|
sub status {
|
||
|
return "working";
|
||
|
}
|
||
|
.VERBOFF
|
||
|
.DE
|