use process handles in list evaluations rather than spaces - we will need to upgrade this once eval has been upgraded

This commit is contained in:
Ryan Fleury
2025-10-17 07:37:36 -07:00
parent 52680a81fe
commit a96c822440
4 changed files with 37 additions and 8 deletions
+12
View File
@@ -470,6 +470,18 @@ RD_VocabTable:
}
```
}
{
list,
```
x:
{
@description("An expression describing the first node in the list.")
'expression': expr_string,
@order(0) @description("The name of the member which encodes the link to the next node.")
'member_name': code_string,
}
```
}
{
text,
```