From: Ori Bernstein Date: Thu, 8 Jul 2021 21:35:34 +0000 (+0000) Subject: rc: add subshell-function syntax X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=2f8a59f4b5bfe028c022855acc19666d69eed909;hp=2f8a59f4b5bfe028c022855acc19666d69eed909;p=plan9front.git rc: add subshell-function syntax fn foo @{bar} is now equivalent to fn foo {@{bar}}. As a side effect, this disallows creating functions named after keywords without first quoting them. ---