Fixed issue with userdata type on evaluation
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Upsilon.BaseTypes.Number
|
||||
{
|
||||
protected internal abstract bool IsFloat { get; }
|
||||
|
||||
public override Type Type => Type.Number;
|
||||
public override TypeContainer Type => BaseTypes.Type.Number;
|
||||
|
||||
#region Binary Operators
|
||||
|
||||
|
||||
Reference in New Issue
Block a user