mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
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:
@@ -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,
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user