Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -15,10 +15,10 @@ class CameraPhone : MobilePhone
|
|||
dispatch() => CameraFeature;
|
||||
}
|
||||
|
||||
public program()
|
||||
public Program()
|
||||
{
|
||||
var cp := new CameraPhone();
|
||||
|
||||
console.writeLine(cp.cameraMsg);
|
||||
console.writeLine(cp.mobileMsg)
|
||||
Console.writeLine(cp.cameraMsg);
|
||||
Console.writeLine(cp.mobileMsg)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -17,10 +17,10 @@ singleton CameraPhone
|
|||
new() = new MobilePhone().mixInto(new CameraFeature());
|
||||
}
|
||||
|
||||
public program()
|
||||
public Program()
|
||||
{
|
||||
var cp := CameraPhone.new();
|
||||
|
||||
console.writeLine(cp.cameraMsg);
|
||||
console.writeLine(cp.mobileMsg)
|
||||
Console.writeLine(cp.cameraMsg);
|
||||
Console.writeLine(cp.mobileMsg)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue