Make neo more fluent
Opened this issue · 1 comments
troyhen commented
Allow block statements to begin with dot (.) and apply to the parent of the block. For example:
window
.x = 1
.y = 1
.width = 100
.height = 100
.show()
All of these operate on and apply to the window object.