How to declare function input variables for a code block?

Is there any documentation anywhere that indicates how to declare function variables for use in code blocks?

I had to go thru several trial and error iterations to figure out that a three tier list isn’t declared as list:var[] but instead declared as list:var[][][].

Thanks

Hello Donald,

If you use list:var[]…[] it takes any tiered list.

 

good to know thanks Jostein.

do you know if these declarations are documented somewhere?

 

No, I’ve given some examples here: http://jbdynamo.blogspot.no/2014/10/definitions-in-code-blocks-for-dummies.html
It does not include examples for Boolean logic among other things. I’m sure it’s going to emerge at http://dynamoprimer.com/ soon, though.