From e219af48401473a7bac49bdd8b89d69082cf5dd8 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 31 Jul 2022 09:14:26 -0400 Subject: Remove discussion left over from older example code (closes #74) --- tutorial/variable.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial/variable.md') diff --git a/tutorial/variable.md b/tutorial/variable.md index c9deba12..372c0352 100644 --- a/tutorial/variable.md +++ b/tutorial/variable.md @@ -252,6 +252,6 @@ Notice that there's no need for parentheses: modifiers bind more strongly than t a # It hasn't changed, of course -The code to do this looks the same as what we did with Reverse (`⌽`). Again we don't have to parenthesize the function, because modifiers associate from left to right, so Under (`⌾`) binds to its operands before Compose (`∘`) does. +The code to do this looks the same as what we did with Reverse (`⌽`). a -⟜4⌾(¯2⊸↑)↩ -- cgit v1.2.3