Storage by reference, unquote( ) cmd
Publié : lun. déc. 24, 2018 2:05 am
Storage by reference, unquote( ) cmd
purge(b); a:=b; unquote(a):=3; [enter] returns (xcas online)
b -> 3, but the value of a, has not been assigned to 3
purge(b); a:=b; unquote(a):=3; [enter] returns (xcas online)
b -> 3, but the value of a, has not been assigned to 3