- or download this
parameter=value
values="may also be quoted"
- or download this
parameter=value1
parameter=value2
parameter=value3
; that would result in parameter = ( value1, value2, value3 )
- or download this
parameter=({
([
...
}),
"Hooray!",
})
- or download this
# $Id: g3.txt,v 1.14 2010/07/23 12:41:24 bronto Exp bronto $
...
# - a scalar (if QuotedString or Number)
$return = $item[1] ;
}
- or download this
parameter="value" ; like this
...
"value2", ; also
"value3", ; like
"value4", }) ; this