blob: ae0a2d9fbc82ff1a296b842a62a27f2424da1ec7 [file] [log] [blame]
(:*******************************************************:)
(: Test: LetExpr001.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed May 11 13:55:57 2005 :)
(: Purpose : Assign a simple string using let :)
(:*******************************************************:)
let $x := "92233720368547758"
return $x