in the middle, just want to 2ify my indents...

This commit is contained in:
Simon Forman
2018-07-17 10:47:50 -07:00
parent 0029656351
commit 14d67dd7c5
2 changed files with 31 additions and 1 deletions
+10
View File
@@ -281,6 +281,16 @@ def __(*seq):
return stack
def stack_effect(*inputs):
def _stack_effect(*outputs):
pass
return _stack_effect
_R = range(10)
A = a0, a1, a2, a3, a4, a5, a6, a7, a8, a9 = map(AnyJoyType, _R)
B = b0, b1, b2, b3, b4, b5, b6, b7, b8, b9 = map(BooleanJoyType, _R)