japl/tests/japl/nan.jpl

12 lines
88 B
Plaintext

//[Test: nan]
//[source: raw]
print((5/0)*0);
//[end]
/*
[stdout]
nan
[end]
*/
//[end]