Block a user
Creating user classes
class Name(val x,private var y,z)
- z visible in the class initializer
- y to the class instances
- x is public
struct(x,y)
same as
class(var x,var y)
We do it with ObjClass…
Fix comments not to create empty statements
Loop optimization: save/check break usage in CompilerContext
Fix comments not to create empty statements