mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +00:00
6 lines
114 B
Python
6 lines
114 B
Python
private = "this is a private variable"
|
|
.public = "this is a public variable"
|
|
|
|
.C = Class {.x = Int}
|
|
.C.
|
|
x = 1
|