Nenad Rakocevic
Nenad Rakocevic
``` a: as-float32 keep 40800000h probe a i: 40A00000h a: as-float32 keep i probe a ``` outputs: ``` 1.08213e+009.0 1.#NaN ``` Expected result is: ``` 4.0 5.0 ``` Platforms: All.
@meijeru commented on [Tue Apr 18 2017](https://github.com/red/red/issues/2595) 1. `charset` is shorthand for `make bitset!` except it does not cover `make bitset! `. This does make sense since `charset` suggests we...
@meijeru commented on [Sun May 14 2017](https://github.com/red/red/issues/2685)
@meijeru commented on [Tue Apr 18 2017](https://github.com/red/red/issues/2595) 1. `charset` is shorthand for `make bitset!` except it does not cover `make bitset! `. This does make sense since `charset` suggests we...