diff --git a/Contest2020/Contest2020.dyalog b/Contest2020/Contest2020.dyalog index 9e3bafb..34e08e6 100644 --- a/Contest2020/Contest2020.dyalog +++ b/Contest2020/Contest2020.dyalog @@ -89,11 +89,6 @@ ⍝ 2020 APL Problem Solving Competition Phase II ⍝ Problem 6, Task 1 - Merge ∇ val←ns getval var - ⍝ The template and JSON files do not use the same - ⍝ vocabulary. - :If var≡'lastname' - var←'surname' - :EndIf :If ''≡var ⍝ literal '@' val←'@' :ElseIf (⊂var)∊ns.⎕NL ¯2