This website requires JavaScript.
Explore
Help
Register
Sign In
DiamondNether90
/
highground-fork
Watch
1
Star
0
Fork
0
You've already forked highground-fork
forked from
solstice/solstice
Code
Pull Requests
Activity
Files
59e273b26e68dd5a319719d8b18626a3edeaea2f
highground-fork
/
tests
/
struct.sols
12 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Start work on structs
2026-01-25 17:40:07 +11:00
struct dingus {
x = 5
Use `new` to create an object from a struct
2026-01-27 14:10:57 +11:00
y = "dingus"
Start work on structs
2026-01-25 17:40:07 +11:00
}
Use `new` to create an object from a struct
2026-01-27 14:10:57 +11:00
e = new dingus
puts e
puts dingus
Member access (no writing yet)
2026-01-27 21:12:09 +11:00
puts e.x
puts e.y
Copy Permalink