h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
310 stars 23 forks source link

(!) No documentation found for symbol or sigil: integer #151

Closed ghost closed 3 years ago

ghost commented 3 years ago

I found a forgotten and alone... symbol: 😄

$ ?integer
(!) No documentation found for symbol or sigil: integer

Looks like integer symbol has no help documentation.

$ 1.2 integer gives 1 It is used to convert float values to int values.

Addition Note: integer and float symbols haven't descriptive names. They should renamed as to-int to-flt or toInt toFlt

h3rald commented 3 years ago

Well spotted, will fix. As for the name change... naaah, it's fine. Don't wanna change them all again!

h3rald commented 3 years ago

Fixed.