blob: 5d2af2999e8c5fbd114089861c34890c0a59f4bd [file] [log] [blame]
(:*******************************************************:)
(: Test: LetExpr003.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed May 11 13:55:57 2005 :)
(: Purpose : Use an arithmetic operator with let :)
(:*******************************************************:)
let $x := 92233720368547758+1
return $x