-
-
Notifications
You must be signed in to change notification settings - Fork 21
Class
CD2 edited this page Feb 8, 2023
·
3 revisions
&Class
{
^/char name;
new() // takes no arguments
{
`name = "name";
}
public ^/char getName()
{
ret `name;
}
}