Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
none-None1 committed Aug 11, 2023
1 parent a9cf0be commit fd11ab3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bffuck.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def program(self, code):
else:
raise Exception("Variable not found")
elif code.startswith("lt("):
print(self.bf)
expr = code[3:-1]
w = expr.split(",")
if len(w) != 2:
Expand Down

0 comments on commit fd11ab3

Please sign in to comment.