We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Is the following a low hanging fruit?
Thank you for your very useful package(s) ;D
A = (a=1,b=2,c=3) B = @set A.a=1.0 # This does not work.... C = @set A.a=1.0 A.b = -1.0
The text was updated successfully, but these errors were encountered:
It is a frequently requested feature :)
Quoting @jw3126 in #62 (comment):
A lot of people including myself want it. The problem is that somebody actually has to implement it .
See also: #74
Sorry, something went wrong.
setproperties is good enough!!!
setproperties
I had not seen it.
No branches or pull requests
Hi,
Is the following a low hanging fruit?
Thank you for your very useful package(s) ;D
The text was updated successfully, but these errors were encountered: