dm_roff_ms_bx Function

public pure function dm_roff_ms_bx(text) result(roff)

Returns macro to draw a box around text. This function does not append a new-line character!

Arguments

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

Text.

Return Value character(len=:), allocatable