From 2e95cc773110e4ac639b8200555f981dffd59f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A1m=20Brudzewsky?= Date: Thu, 15 Aug 2024 10:40:01 +0200 Subject: [PATCH] fix assignment example --- docs/Assignment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Assignment.md b/docs/Assignment.md index 43e1e02..dd9815e 100644 --- a/docs/Assignment.md +++ b/docs/Assignment.md @@ -27,7 +27,8 @@ Experiment with the following expressions, paying particular attention to the `n salaries[⍸codes='C']×←1.05 a←⎕A - (3↑a),←'abcd' + (3↑a),←'abc' + (¯4↑a),←'xyz' ⍝ this one will error — think about why! ``` ## At