mirror of
https://github.com/rm-dr/daisy
synced 2025-02-21 22:49:24 -08:00
Fixed oop bug
This commit is contained in:
parent
fd0ddb72ab
commit
1774c105f4
@ -231,9 +231,11 @@ pub enum Operator {
|
||||
Multiply,
|
||||
ImplicitMultiply,
|
||||
Modulo, // Mod invoked with %
|
||||
Negative,
|
||||
|
||||
|
||||
Power,
|
||||
|
||||
Negative,
|
||||
Factorial,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user