crypto icon indicating copy to clipboard operation
crypto copied to clipboard

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

Open Vasya-M opened this issue 4 years ago • 0 comments

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"

Vasya-M avatar Apr 09 '21 19:04 Vasya-M