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