So i see a feature called variables, and i actually want to ask this from a long time ago, but i keep forgetting about it, can somebody explain what it does?, it might come handy for me
So i see a feature called variables, and i actually want to ask this from a long time ago, but i keep forgetting about it, can somebody explain what it does?, it might come handy for me
You can use it to:
- Use the same FT many times while only having to write it once. Good since most machines have more than one of the same part
- Perform complex, multi-step calculations
- Parts with data outputs can be used for feedback or an alternative to timing
It's complicated..........
thye waw
like mr. striker said
it's
m a g i c
pretty much the variables are a way to make custom funky trees functions. the "
Expression
" part is essentially the funky trees code and the "Variable Name
" is what you type as a funky trees function to refer to the written expression.for example, if you make a variable named "
aaaa
" and the expression of that variable is "1+1
"then a funky trees expression like "
1+aaaa
" = 3magic