describe.sci 209 bytes
function describe(sSuite)
    printf("\n")
    printf("****************************************\n")
    printf("* %-36s *\n", sSuite)
    printf("****************************************\n")
endfunction