5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
class Raise() {
|
|
var zz = 1
|
|
set(it) { $zz = it / 2 }
|
|
}
|