§ 4.150 - [center] Built-InMnemonic aid: center for CENTER justify This justifies a string to the center inside a known field-width. If you pass width as a negative number, [center] will pad both sides: [center width,padChar,content] [center 9,#,foo] [center -9,#,foo] ---- [style sline [center -[v csize],#, [b] ][nl]] [style cline # [ljust [sub [v csize] 4], ,[b]] #[nl]] [style eline [dup [v csize],#][nl]] [local csize 31] {sline Comment Block} {cline} {cline This is a comment block.} {cline and this is more of it.} {cline ditto.} {cline} {eline} ###foo ###foo### ---- ######## Comment Block ######## # # # This is a comment block. # # and this is more of it. # # ditto. # # # ###############################
###foo
###foo###
----
######## Comment Block ########
# #
# This is a comment block. #
# and this is more of it. #
# ditto. #
# #
###############################
Keyboard Navigation
, Previous Page . Next Page t TOC i Index |