Skip to content

Commit

Permalink
fix assignment example
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz authored Aug 15, 2024
1 parent eb4604f commit 2e95cc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Assignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e95cc7

Please sign in to comment.