[Haskell-cafe] Converting image2PS function
Daniel Fischer
daniel.is.fischer at web.de
Tue Mar 18 11:49:49 EDT 2008
Am Dienstag, 18. März 2008 16:00 schrieb iliali16:
> Hi guys again just want to ask you I have this function ready
> but when I use it for example
>
> image2PS spiral iliali
>
> it tells me that the iliali is undefined. What do you thing how should I
> use it. Thanks in advance!
image2PS spiral "iliali"
should work. String literals are enclosed in double quotes.
>
> PS: I need to know how this works so that I make a similar function that
> converts logo2PS since I have a Logo spiral and I want to see it in
> PostScript. Thanks again!
More information about the Haskell-Cafe
mailing list