blob: acf5a6ee89981613ff6b89f0d1627701cc2b753b [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl004.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