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
e285b2c59f15268c25fb71f25dcde7c5ff9688ab
highground-fork
/
tests
/
struct.sols
9 lines
80 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
Copy Permalink