Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WISH: it could be possible to use change with vectors. #2527

Open
Oldes opened this issue Dec 19, 2022 · 0 comments
Open

WISH: it could be possible to use change with vectors. #2527

Oldes opened this issue Dec 19, 2022 · 0 comments

Comments

@Oldes
Copy link
Owner

Oldes commented Dec 19, 2022

Currently it is not allowed:

>> x: #[uint8! [1 2 3]] y: #[uint8! [4 5 6]] change x y

** Script error: cannot use change: on vector! value
** Where: change
** Near: change x y

It should work like with binary:

>> x: #{010203} y: #{040506} change x y  x
== #{040506}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant