o/
I was surprised to find that
Abs(Value:int):int
Abs(Value:float):float
are implemented in API, although not visible in .digest files
theres even an mention of it in the comment above^
Is there particular reason or it’s some issue of sort ?
If this is by design - is there a way other than manually browsing online API reference/stumble while using to discover those ?
Edit: user Ep8Script#8819 just enlightened me that Abs()
and few other functions has two foreign for me effects:
<intrinsic>
<total>
I can not find descriptions of them in glossary/API, what do they do ?
<intrinsic>
seems making it built into language, but would love to have from the “source” explanation.
Request: can we please consider adding functions usable in code being present in .digest files ? so these with those specifiers also. Naturally we browse code in the sources while working, having to go back to website to make sure something exists isn’t optimal.