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

allow variable style control of ii address #441

Merged
merged 1 commit into from
Nov 8, 2021
Merged

allow variable style control of ii address #441

merged 1 commit into from
Nov 8, 2021

Conversation

trentgill
Copy link
Collaborator

just a simple metamethod extension to allow controlling ii address in a variable style, rather than with functions. aligns the style with Cal and Input and Output.

-- now
ii.address = 2
print(ii.address)

-- previously (still supported)
ii.set_address(2)
print(ii.get_address())

@trentgill trentgill merged commit d948688 into main Nov 8, 2021
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.

1 participant