Remove fix for data inconsistency
This commit is contained in:
parent
a0304e6244
commit
f8c5179ef4
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue