Extract the content from the given source

Property definitions

nitcc_runtime $ Position :: extract
	# Extract the content from the given source
	fun extract(source: String): String
	do
		return source.substring(pos_start, pos_end-pos_start+1)
	end
lib/nitcc_runtime/nitcc_runtime.nit:319,2--323,4