From 8063d547e0fc3d0e9d271bce79d357d61c2525bd Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 5 Jul 2021 21:43:35 -0400 Subject: Tutorial documentation links --- tutorial/expression.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tutorial/expression.md') diff --git a/tutorial/expression.md b/tutorial/expression.md index 813e751f..257d481b 100644 --- a/tutorial/expression.md +++ b/tutorial/expression.md @@ -215,7 +215,7 @@ The objects we've seen so far are: |-------------|----------|--------- | Numbers | `1.2e3`, `π` | Characters | `'c'`, `@` -| Functions | `+` | Plus +| Functions | `+` | Plus ([arithmetic docs](../doc/arithmetic.md)) | | `-` | Minus, Negate | | `×` | Times | | `÷` | Divide, Reciprocal -- cgit v1.2.3