proc/Example()
var variable1 = 123
var variable2 = 321
var variable3 = (local.variable1 + local.variable) * global.g_variable
ID:2722005
Oct 5 2021, 1:19 pm
|
|||||||
| |||||||
A small little addition would be a local keyword that's just syntaxical-sugar, it would exist to compliment the global keyword and further help with readability.
|