mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 06:19:01 -06:00
newline
This commit is contained in:
parent
7fa547c307
commit
dd96db170e
@ -368,6 +368,7 @@ function bigint.add(big1, big2)
|
||||
|
||||
return result
|
||||
end
|
||||
|
||||
function bigint.subtract(big1, big2)
|
||||
-- Type checking is done by bigint.compare in bigint.add
|
||||
-- Subtracting is like adding a negative
|
||||
|
Loading…
Reference in New Issue
Block a user