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

Array as index and assignment #2732

Closed
qlambert-pro opened this issue Nov 24, 2020 · 2 comments · Fixed by #2737
Closed

Array as index and assignment #2732

qlambert-pro opened this issue Nov 24, 2020 · 2 comments · Fixed by #2737

Comments

@qlambert-pro
Copy link
Collaborator

qlambert-pro commented Nov 24, 2020

Does the following have a semantics:

v[{1,1,1}] := {1,2,3};

I suspect it should be equivalent to:

v[1]:=3;

If it is specified somewhere we should probably add a link in Section 10.6.1.

@qlambert-pro
Copy link
Collaborator Author

qlambert-pro commented Nov 24, 2020

It is specified in Section 10.5.
I suggest we add a link to that section in Sections 10.6.1 and 11.2.1.

@qlambert-pro qlambert-pro reopened this Nov 24, 2020
@HansOlsson
Copy link
Collaborator

Makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants