Skip to content

Commit

Permalink
code: correct 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
razetime committed Jan 28, 2024
1 parent bec46ad commit 48bda96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/03.k
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

/ 3. Create the array `(1 2 3;4 5 6)` with the help of the verbs you learned in the previous chapter.
/ Then, make a dictionary with the first row as keys, and the second row as values.
a:2 3#1+!6 / (1 2 3;4 5 6)
a[0]!a[1] / makes the dictionary.
(a;b):2 3#1+!6 / (1 2 3;4 5 6)
a!b / makes the dictionary.

0 comments on commit 48bda96

Please sign in to comment.