Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

sup.hs

Name: Anonymous 2012-10-19 20:45


supchain num char = aux num char
    where
    aux 0 _ = replicate num "[/sub]"
    aux n c = t : "[sup]" ++ aux (n-1) c

subchain num char = aux num char
    where
    aux 0 _ = replicate num "[/sup]"
    aux n c = t : "[sup]" ++ aux (n-1) c

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List