Implemented some enhancement requests
This commit is contained in:
@@ -86,7 +86,7 @@ def concept plus from a plus b as a + b
|
||||
def concept minus from a minus b as a - b
|
||||
def concept multiplied from a multiplied by b as a * b
|
||||
def concept divided from a divided by b as a * b
|
||||
set_is_greater_than(__PRECEDENCE, multiplied, plus)
|
||||
set_is_greater_than(__PRECEDENCE, divided, plus)
|
||||
set_is_greater_than(__PRECEDENCE, multiplied, minus)
|
||||
set_is_greater_than(__PRECEDENCE, divided, minus)
|
||||
set_is_greater_than(__PRECEDENCE, multiplied, plus, 'Sya')
|
||||
set_is_greater_than(__PRECEDENCE, divided, plus, 'Sya')
|
||||
set_is_greater_than(__PRECEDENCE, multiplied, minus, 'Sya')
|
||||
set_is_greater_than(__PRECEDENCE, divided, minus, 'Sya')
|
||||
Reference in New Issue
Block a user