mirror of
https://github.com/rm-dr/daisy
synced 2025-06-30 14:13:32 -07:00
Fixed oop bug
This commit is contained in:
@ -231,9 +231,11 @@ pub enum Operator {
|
||||
Multiply,
|
||||
ImplicitMultiply,
|
||||
Modulo, // Mod invoked with %
|
||||
Negative,
|
||||
|
||||
|
||||
Power,
|
||||
|
||||
Negative,
|
||||
Factorial,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user