|
|
1.1 ! moko 1: $s[NaN] ! 2: NaN:^try-catch{^s.double[]} ! 3: NaN:^try-catch{^s.double(0)} ! 4: $s[INFINITY] ! 5: Inf:^try-catch{^s.double[]} ! 6: Inf:^try-catch{^s.double(0)} ! 7: ! 8: SQRT(-1):^try-catch{^math:sqrt(-1)} ! 9: POW(0;-1):^try-catch{^math:pow(0;-1)} ! 10: ! 11: $x[^xdoc::create{<?xml version="1.0"?><x n=""/>}] ! 12: ^try-catch{^x.selectNumber[number(/x/@n)]}