--- Revision None
+++ Revision 623435363938
@@ -0,0 +1,12 @@
+tim@lakshmi:~/g/code/p6/niecza$ rlwrap mono ./run/Niecza.exe
+niecza> my %h = :a<1>, :b<2>, :c<3>;
+{"a" => "1", "b" => "2", "c" => "3"}.hash
+niecza> \(%h:p)
+\("a" => "1")
+niecza> \(|%h:p)
+Unable to resolve method cgop in class Any
+niecza> \(%h:p)
+System.IO.FileNotFoundException: Could not find file "/Users/tim/g/code/p6/niecza/obj/MAIN_3.nam".
+File name: '/Users/tim/g/code/p6/niecza/obj/MAIN_3.nam'
+ at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc, System.Object[]& out_args) [0x00000] in :0
+niecza> ^D