You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>> make vector! [unsigned integer! 32 4]
== make vector! [unsigned integer! 32 4 [0 0 0 0]]
>> make vector! [signed integer! 32 4]
** Script error: cannot MAKE/TO vector! from: [signed integer! 32 4]
** Where: make
** Near: make vector! [signed integer! 32 4]
I believe that it would be better to allow signed word as well, and so instead of the error have:
>> make vector! [signed integer! 32 4]
== make vector! [integer! 32 4 [0 0 0 0]]
The text was updated successfully, but these errors were encountered:
Oldes
changed the title
WISH: it should be allowed to use SIGNED as a word in vector construction dialect as a opposite to available UNSIGNED
WISH: it should be allowed to use SIGNED as a word in vector construction dialect as an opposite to available UNSIGNEDJan 22, 2020
Oldes
added a commit
to Oldes/Rebol3
that referenced
this issue
Jan 22, 2020
Current behaviour:
I believe that it would be better to allow
signed
word as well, and so instead of the error have:The text was updated successfully, but these errors were encountered: