dm_roff_tbl_block Function

public pure function dm_roff_tbl_block(text) result(roff)

Returns argument text between T{ and T} to create a text block.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: text

Text.

Return Value character(len=:), allocatable

Output string.