Fixes #38237 Sort out stack/unstack/enstacken/disenstacken

This commit is contained in:
Simon Forman
2020-04-28 10:42:09 -07:00
parent fac2d2ae5f
commit 750f498512
4 changed files with 1379 additions and 400 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ ALIASES = (
('mul', ['*']),
('floordiv', ['/floor', '//']),
('floor', ['round']),
('truediv', ['/']),
('truediv', ['/', 'div']),
('mod', ['%', 'rem', 'remainder', 'modulus']),
('eq', ['=']),
('ge', ['>=']),