add call support for numeric comparisons.
This commit is contained in:
@@ -742,11 +742,12 @@ pub enum BuiltInInstruction {
|
||||
GetBall,
|
||||
GetCurrentBlock,
|
||||
GetCutPoint(RegType),
|
||||
DynamicCompareNumber(CompareNumberQT),
|
||||
DynamicIs,
|
||||
InstallNewBlock,
|
||||
InternalCallN,
|
||||
IsAtomic(RegType),
|
||||
IsInteger(RegType),
|
||||
IsOnHeap,
|
||||
IsInteger(RegType),
|
||||
IsVar(RegType),
|
||||
ResetBlock,
|
||||
SetBall,
|
||||
|
||||
Reference in New Issue
Block a user