ascii_get_output Function

public function ascii_get_output(canvas, width, height) result(output)

Get the complete ASCII canvas as a string

Arguments

Type IntentOptional Attributes Name
character(len=1), intent(in) :: canvas(:,:)
integer, intent(in) :: width
integer, intent(in) :: height

Return Value character(len=:), allocatable