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

Fixed #418 (Enhancement of "protect", "unprotect", and "isprotected") #420

Merged
merged 4 commits into from
Mar 16, 2018

Conversation

rdbyk
Copy link
Owner

@rdbyk rdbyk commented Mar 16, 2018

fixes #418

protect() - protect all variables
protect a b c - protect variables a, b, and c
protect(a,...) - protect variables specified by one or several string matrices a,...

unprotect() - unprotect all variables
unprotect a b c - unprotect variables a, b, and c
unprotect(a,...) - unprotect variables specified by one or several string matrices a,...

names = isprotected() - return names (vector of strings) of all protected variables
yesno = isprotected(a) - return a boolean matrix yesno, which indicates whether a variable specified in string matrix a is protected or not

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 this pull request may close these issues.

Enhancement of "protect", "unprotect", and "isprotected"
1 participant