erg/examples/a11y.er
Shunsuke Shibayama f6637f0f51 Update a11y.er
2022-09-27 23:28:16 +09:00

6 lines
114 B
Python

private = "this is a private variable"
.public = "this is a public variable"
.C = Class {.x = Int}
.C.
x = 1