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
Since we now have a proper typechecker, we can completely remove the method and instead force-cast the boolean instance to a JkBool when checking the condition in an IfElse block. This is quite easy to do and should remove a lot of ugly and annoying code
The text was updated successfully, but these errors were encountered:
Since we now have a proper typechecker, we can completely remove the method and instead force-cast the boolean instance to a JkBool when checking the condition in an IfElse block. This is quite easy to do and should remove a lot of ugly and annoying code
The text was updated successfully, but these errors were encountered: