
20 Jul
2003
20 Jul
'03
8:15 p.m.
Johannes Waldmann writes: : | > spaces 0 = "" | > spaces n = ' ' : spaces (n - 1) | | this should be replicate n ' ' or something | that behaves nicely for negative arguments. Like an n+k pattern? ;-)