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

You can add fields to node just by [], which is prohibited in ROKU #642

Open
Vasya-M opened this issue Apr 9, 2021 · 0 comments
Open

You can add fields to node just by [], which is prohibited in ROKU #642

Vasya-M opened this issue Apr 9, 2021 · 0 comments

Comments

@Vasya-M
Copy link
Contributor

Vasya-M commented Apr 9, 2021

see next snippet

node = createobject("rosgnode", "node")
node["slava Ukraini"] = "Heroyam Slava"
? node["slava Ukraini"] ' expected = invalid

but in brs interpreter it will return "Heroyam Slava"

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

No branches or pull requests

1 participant