Files
highground-fork/tests/struct.sols

9 lines
80 B
Plaintext

struct dingus {
x = 5
y = "dingus"
}
e = new dingus
puts e
puts dingus