forked from solstice/solstice
Object field assignment
This commit is contained in:
@@ -9,3 +9,8 @@ puts dingus
|
||||
|
||||
puts e.x
|
||||
println(e.y)
|
||||
|
||||
e.x = 7
|
||||
e.y = "heheheha"
|
||||
puts e.x
|
||||
println(e.y)
|
||||
|
||||
Reference in New Issue
Block a user