Property definitions

sexp $ SExpDQString :: defaultinit
# A Double-quoted String
class SExpDQString
	super SExpEntity

	# Double-quoted string
	var content: String

	redef fun to_s do return content
end
lib/sexp/sexp.nit:53,1--61,3