Open
Description
Add support for null
:
function x(y: int)
{
if (y > 10) return y - 10
else return null
}
Also mentioned in #170
Metadata
Metadata
Assignees
Labels
No labels
8000
Add support for null
:
function x(y: int)
{
if (y > 10) return y - 10
else return null
}
Also mentioned in #170