|
|
test for ^math:convert[] uint32 support and overflow added ( new feature: #830 )
@main[]
^math:convert[F0000000](16;2)
^math:convert[-F0000000](16;2)
^try_catch{
$d(^math:convert[10000000000000000](16;2))
}
@try_catch[code]
^try{
$code
}{
$exception.handled(true)
$exception.source
$exception.comment
}