sBNlMhQ4dwYgWbEeONc81 changeset

Changeset623435363938 (b)
ParentNone (a)
ab
0+tim@lakshmi:~/g/code/p6/niecza$ rlwrap mono ./run/Niecza.exe
0+niecza> my %h = :a<1>, :b<2>, :c<3>;
0+{"a" => "1", "b" => "2", "c" => "3"}.hash
0+niecza> \(%h<a>:p)
0+\("a" => "1")
0+niecza> \(|%h<a>:p)
0+Unable to resolve method cgop in class Any
0+niecza> \(%h<a>:p)
0+System.IO.FileNotFoundException: Could not find file "/Users/tim/g/code/p6/niecza/obj/MAIN_3.nam".
0+File name: '/Users/tim/g/code/p6/niecza/obj/MAIN_3.nam'
0+  at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke (System.Runtime.Remoting.Proxies.RealProxy rp, IMessage msg, System.Exception& exc, System.Object[]& out_args) [0x00000] in <filename unknown>:0
0+niecza> ^D
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- 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<a>:p)
+\("a" => "1")
+niecza> \(|%h<a>:p)
+Unable to resolve method cgop in class Any
+niecza> \(%h<a>: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 <filename unknown>:0
+niecza> ^D