mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Comment fix.
This commit is contained in:
parent
47013f87e2
commit
da7b98b4ba
1 changed files with 3 additions and 3 deletions
|
@ -226,9 +226,9 @@ class outscript(object):
|
||||||
# unary minus. Consider the following two statements:
|
# unary minus. Consider the following two statements:
|
||||||
# (~-a) * a
|
# (~-a) * a
|
||||||
# a * (~-a) * a
|
# a * (~-a) * a
|
||||||
# In one case, the (~-a) is a left child; in the other, it's a
|
# In one case, the (~-a) is a left child; in the other, it's
|
||||||
# right child. In both, the parentheses are mandatory, or they
|
# part of a right child. In both, cases, the parentheses are
|
||||||
# would be interpreted respectively as:
|
# mandatory, or they would be interpreted respectively as:
|
||||||
# ~-(a * a)
|
# ~-(a * a)
|
||||||
# a * ~-(a * a)
|
# a * ~-(a * a)
|
||||||
# Yet the tree structure makes it quite hard to detect these.
|
# Yet the tree structure makes it quite hard to detect these.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue