blob: 5be1c2220d706c4cb96d59e342dac8d24d576c8c [file] [log] [blame]
(:*******************************************************:)
(: Test: VarDecl005.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, isn't it?" ;
$x