You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently setting a Yeison Int or Real to a negative value is not possible using a numeric literal as X : Yeison.Int := -3; is parsed as X : Yeison.Int := - To_Int (3);.
The text was updated successfully, but these errors were encountered:
Currently setting a Yeison Int or Real to a negative value is not possible using a numeric literal as
X : Yeison.Int := -3;
is parsed asX : Yeison.Int := - To_Int (3);
.The text was updated successfully, but these errors were encountered: