mirror of
https://github.com/rm-dr/daisy
synced 2025-10-11 02:01:23 -07:00
Added define operator
This commit is contained in:
@ -9,5 +9,6 @@ pub enum EvalError {
|
||||
BadMath,
|
||||
TooBig,
|
||||
ZeroDivision,
|
||||
IncompatibleUnit
|
||||
IncompatibleUnit,
|
||||
BadDefineName
|
||||
}
|
Reference in New Issue
Block a user