Object field assignment

This commit is contained in:
2026-01-28 14:56:36 +11:00
parent d12036fe70
commit 4b86fee7b5
2 changed files with 49 additions and 52 deletions

View File

@@ -9,3 +9,8 @@ puts dingus
puts e.x
println(e.y)
e.x = 7
e.y = "heheheha"
puts e.x
println(e.y)