From d8f9b15fd9da8c9ae29ee0b63c4302e5efbde387 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 31 Dec 2018 01:02:46 -0800 Subject: Cleaning up some of the documentation and dead code. --- compatibility/4.11.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compatibility/4.11.nom') diff --git a/compatibility/4.11.nom b/compatibility/4.11.nom index 313b8e4..a5c9c12 100644 --- a/compatibility/4.11.nom +++ b/compatibility/4.11.nom @@ -16,7 +16,7 @@ upgrade action "call 1 with" to "4.11" via return (SyntaxTree $tree2) upgrade action (-> $yield_value) to "4.11" as (yield $yield_value) -# Replace set {%x:1, %y:2} with [%x, %y] = [1, 2] +# Replace set {$x:1, $y:2} with [$x, $y] = [1, 2] upgrade action "set" to "4.11" via for ($tree $end_version): [$lhs, $rhs] = [\[], \[]] @@ -33,7 +33,7 @@ upgrade action "set" to "4.11" via upgrade action "1 with 2 ~>" to "4.11" via for $tree: compile error at $tree "This method has been deprecated." - "Perhaps this could be use %tree::map instead." + "Perhaps this could be use ($tree, map ...) instead." # Changing filesystem API: upgrade action (for file $f in $path $body) to "4.11" as -- cgit v1.2.3