Skip to content
Snippets Groups Projects
Commit 9ad25135 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add R^d component affectation in affectation list

One can now write things like

``
R^3 x = (1,2,3);
R y = 0;

(x[0], x[1], x[2], y) = (y, x[0], x[1], x[2]);
``
After last instruction one will have `y==3` and `x==(0,1,2)`
parent ae54f832
No related branches found
No related tags found
1 merge request!37Feature/language
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment