remove div and add div10
general division is for another day, the 10 version is manageable also same code produces mod10 wip
This commit is contained in:
@ -195,8 +195,6 @@ module Interpreter
|
||||
result = left + right
|
||||
when "-"
|
||||
result = left - right
|
||||
when "/"
|
||||
result = left / right
|
||||
when ">>"
|
||||
result = left >> right
|
||||
when "<<"
|
||||
|
Reference in New Issue
Block a user