Test call by dereferencing array.
Todas las comprobaciones han sido exitosas
The build was successful.
Todas las comprobaciones han sido exitosas
The build was successful.
Este commit está contenido en:
padre
4d07a10336
commit
afe978e366
@ -9,10 +9,12 @@ class Program {
|
||||
}
|
||||
|
||||
void main() {
|
||||
callback[] $constr = {'print'};
|
||||
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');
|
||||
$constr[0]('Test finished.' + "\n");
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -2,3 +2,4 @@ Turing
|
||||
Hello world
|
||||
TRUE
|
||||
This should work too - AerScript.
|
||||
Test finished.
|
||||
|
Cargando…
x
Referencia en una nueva incidencia
Block a user