sync from Atlas

This commit is contained in:
Luciano Ramalho
2021-10-12 22:37:28 -03:00
parent 43f1bf23b3
commit 6fb0832c40
7 changed files with 31 additions and 34 deletions

View File

@@ -80,7 +80,7 @@ def standard_env() -> Environment:
'-': op.sub,
'*': op.mul,
'/': op.truediv,
'//': op.floordiv,
'quotient': op.floordiv,
'>': op.gt,
'<': op.lt,
'>=': op.ge,