Creating user classes #8
Notifications
Total Time Spent: 4 hours
Due Date
sergeych
4 hours
No due date set.
Dependencies
No dependencies set.
Reference: SergeychWorks/lyng#8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
class Name(val x,private var y,z)
struct(x,y)
same as
class(var x,var y)
We do it with ObjClass providing initializer and memebers and ObjInstance with class context.