blob: e31f68584ad2d751ad1c7903f25bccc7ff6b9521 [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl003.xq :)
(: Written By: Ravindranath Chennoju :)
(: Date: Wed Jun 29 14:28:57 2005 :)
(: Purpose - Variable with no type definition :)
(:*******************************************************:)
declare variable $x := 'a string' ;
$x