This commit is contained in:
@@ -12,6 +12,7 @@ class Program {
|
||||
print($this->testArray()['Machine'] + "\n");
|
||||
$this->testCallback()['callme']();
|
||||
print(true ? "TRUE\n" : false ? "true\n" : "false\n");
|
||||
(void(string $name) { print("This should work too - $name.\n");})('AerScript');
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user