Open Antokolos opened 1 year ago
Consider the following modification: list INJECT 1 when exported to INSTEAD in looks like: nlb:inject(_list.listnam, _1) 1 is a number constant and should not be prefixed with _
nlb:inject(_list.listnam, _1)
You can use the following workaround for now: tempVar ASSIGN 1 list INJECT tempVar
Consider the following modification: list INJECT 1 when exported to INSTEAD in looks like:
nlb:inject(_list.listnam, _1)
1 is a number constant and should not be prefixed with _