proper cleanup of the return stack in the toint function

This commit is contained in:
IgorCielniak
2026-01-13 09:26:05 +01:00
parent a195e2b7cf
commit fa6e42292d

View File

@@ -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