diff options
-rw-r--r-- | rip.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -252,7 +252,7 @@ rip' code@(x:xs) fns st = do rip' afterblock (Map.insert name inblock fns) st '$' -> do - print st + (putStrLn . List.intercalate " " . List.map show . reverse) st rip' xs fns st c | isSpace c -> |