docs icon indicating copy to clipboard operation
docs copied to clipboard

Red-related user documentation repository

Results 45 docs issues
Sort by recently updated
recently updated
newest added

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

![](https://i.gyazo.com/5d5ddad3026c5b84766bced4bdc83f38.png) 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...

See also: https://github.com/red/red/issues/4292

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