5 lines
40 B
Text
5 lines
40 B
Text
|
|
function infinity()
|
||
|
|
{
|
||
|
|
return 1/0;
|
||
|
|
}
|