From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <78F3360A-4088-4CF9-AE38-232CC528D0F6@9srv.net> References: <0f0fc69bdeaa05f0bdac2954d8d3a1db@coraid.com> <78F3360A-4088-4CF9-AE38-232CC528D0F6@9srv.net> Date: Fri, 30 Mar 2012 20:08:08 +0300 Message-ID: From: Yaroslav To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] rc: fn name @{block} Topicbox-Message-UUID: 72ef7372-ead7-11e9-9d60-3106f5b1d025 I see now. Thank you guys! > Erik's point is that rc isn't discarding it. You have a list. It sets x > equal to that function, then sets @ equal to that same function. > > : iota; fn x @{x=y} > : iota; whatis x > fn x {x=y} > : iota; whatis '@' > fn @ {x=y}