This commit is contained in:
parent
cfc0342a10
commit
4d07a10336
@ -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');
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -1,3 +1,4 @@
|
||||
Turing
|
||||
Hello world
|
||||
TRUE
|
||||
This should work too - AerScript.
|
||||
|
Loading…
Reference in New Issue
Block a user