7 lines
60 B
Text
7 lines
60 B
Text
|
|
|
|
private def x := 10
|
|
|
|
#check _root_.x
|
|
#check x
|
|
#eval x + 1
|