All checks were successful
The build was successful.
An implicitly typed local variable is strongly typed just as if it had been declared the type, but the compiler determines the type. The following two declarations of $i are functionally equivalent: int $i = 10; // Explicitly typed. auto $i = 10; // Implicitly typed. |
||
---|---|---|
.. | ||
lib | ||
api.c | ||
builtin.c | ||
compiler.c | ||
constant.c | ||
hashmap.c | ||
lexer.c | ||
memobj.c | ||
oop.c | ||
parser.c | ||
vfs.c | ||
vm.c |