processing-for-haskell-0.1.0.0: src/Graphics/Proc/Lib/Output/TextArea.hs
module Graphics.Proc.Lib.Output.TextArea( println ) where import Graphics.Proc.Core -- | Prints values on the console. println :: Show a => a -> Pio () println = liftIO . print
module Graphics.Proc.Lib.Output.TextArea( println ) where import Graphics.Proc.Core -- | Prints values on the console. println :: Show a => a -> Pio () println = liftIO . print