Closed RobinHankin closed 5 years ago
Related to #7
val 1 2 = 1 1 3 = 1 2 3 = 1 kform_general(3,1) val 1 = 1 2 = 1 3 = 1 kform_general(3,0) val = 1 dput(kform_general(3,0)) structure(list(index = structure(integer(0), .Dim = 1:0), value = 1), class = c("kform", "spray"))
but I am not sure what the desired behaviour is
fixed in 0form branch, now merged
Related to #7
but I am not sure what the desired behaviour is