Login

Fancade Wiki

Updated List Element.md (markdown)

... ...
@@ -10,7 +10,7 @@ Output:
10 10
- Elements: A dual purpose wire serves as **get variable** to output a value and as **variable** for [[Set Reference]]
11 11
12 12
## Notes
13
The list basically is what you call in scripting language as "Array", but what really is this array. An array is single variable which can contain multiple values , in then which of each value defined as "varible[index]" , normally index in real scripting is automatically generated depending on it's order.
13
The list basically is what you call in scripting language as "Array", but what really is this array. An array is a single variable which can contain multiple values , in then which of each value is defined as "varible[index]" , normally index in real scripting is automatically generated depending on it's order.
14 14
15 15
e.g. in JS language:
16 16
`var list = new Array["Hello", "Hi" , "Bye"]`
Fancade Wiki