Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$fooVar1 = [0.3, 0.5, 0.0];
noise(10*$fooVar1[0],10*$fooVar1[1]);


Success:  When the expression is executed without errors.

...