]> git.lizzy.rs Git - plan9front.git/commitdiff
rc: add subshell-function syntax
authorOri Bernstein <ori@eigenstate.org>
Thu, 8 Jul 2021 21:35:34 +0000 (21:35 +0000)
committerOri Bernstein <ori@eigenstate.org>
Thu, 8 Jul 2021 21:35:34 +0000 (21:35 +0000)
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.


No differences found