diff --git a/src/HLL/Compiler.pm b/src/HLL/Compiler.pm index 283e8c2..8c9ef2f 100644 --- a/src/HLL/Compiler.pm +++ b/src/HLL/Compiler.pm @@ -115,7 +115,7 @@ class HLL::Compiler is PCT::HLLCompiler { { $output := self.eval($code, |%adverbs); CATCH { - pir::print($! ~ "\n"); + pir::print(~$! ~ "\n"); next; } };