Edited wiki page pas2CTutorial through web user interface.
authorunC0Rr@gmail.com
Tue, 01 May 2012 16:48:49 +0000
changeset 218 8c01e80cf77f
parent 217 78f6f4e9f358
child 219 6b25660d5bbf
Edited wiki page pas2CTutorial through web user interface.
pas2CTutorial.wiki
--- a/pas2CTutorial.wiki	Mon Apr 30 12:49:25 2012 +0000
+++ b/pas2CTutorial.wiki	Tue May 01 16:48:49 2012 +0000
@@ -10,9 +10,7 @@
 
 Run from the `tools` folder
 {{{
-ghci
-:load pas2c.hs
-pas2C "hwengine"
+ghc -e "pas2C \"hwengine\"" pas2c.hs
 }}}
 
 You can replace "hwengine" with any other module.