I am trying to create a record from list using Record.make:
declare
L=[z [a b] [1 2]]
{Record.make L.1 L.2 0}
but getting an error:
Expected type: feature
At argument: 1
How to make a second argument L.2 to be A 'feature' type? I assume L.2 is a [a b] list.