docs
docs copied to clipboard
Red-related user documentation repository
In https://github.com/red/docs/blob/master/en/datatypes/float.adoc > Float values span a range from -1.7E+308 to +1.7E+308 and return #INF on overflow. Should be `1.#INF`. Also `1.#NAN` and `1.#INF` special forms must be formally announced...
But LENGTH? on port will always return `0` if port actor tries to return `none`: ```Red register-scheme make system/standard/scheme [name: 'len actor: context [ open: func [port] [port] length?: func...
 When I declare for example: `array: ["ab" "cd" "ef"]` what type should I put into the function spec? According to the docs it should be `pointer! [c-string!]` but it's...
5. Testing values Type? example is incorrect
See also: https://github.com/red/red/issues/4292
Right now all we have is `TBD`.
https://github.com/red/docs/blob/master/en/datatypes/function.adoc needs the update, and can link to https://github.com/red/docs/blob/master/en/interp-events.adoc
I used `kramdoc` to convert it from markdown. Checked on Gitlab, it looks fine.
There is following proposition in map [documentation](https://github.com/red/docs/blob/master/en/datatypes/map.adoc): >Trying to access a key not defined in a map will: >* produce an error if the path syntax is used. >* return...