proper cleanup of the return stack in the toint function
This commit is contained in:
@@ -81,7 +81,7 @@ word toint
|
|||||||
for
|
for
|
||||||
swap drop
|
swap drop
|
||||||
end
|
end
|
||||||
rdrop
|
rdrop rdrop
|
||||||
end
|
end
|
||||||
|
|
||||||
# : count_digits ( int -- int) returns the amount of digits of an int
|
# : count_digits ( int -- int) returns the amount of digits of an int
|
||||||
|
|||||||
Reference in New Issue
Block a user