|
|
|
< other commands |
Assignment Operators |
system functions > |
|
|
Assignment operators allow us to assign values to variables. They also return a value, e.g. $r = $g = $b = .5 // same as $c
= rgb(.5, .5, .5)
|
|
< other commands |
system functions > |