From 15c143e3d146fe4ab5448ca69a63a25666a8375e Mon Sep 17 00:00:00 2001 From: Simon Forman Date: Sat, 10 Sep 2022 17:31:56 -0700 Subject: [PATCH] over This slipped through the cracks, eh? Should add a test to joytest. --- implementations/Python/simplejoy.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations/Python/simplejoy.py b/implementations/Python/simplejoy.py index 833a277..e494624 100755 --- a/implementations/Python/simplejoy.py +++ b/implementations/Python/simplejoy.py @@ -1210,6 +1210,8 @@ not ≡ [true] [false] branch nulco ≡ [nullary] cons of ≡ swap at +over ≡ [dup] dip swap + pm ≡ [+] [-] clop popd ≡ [pop] dip