The end keyword

Property definitions

nitc $ ABlockExpr :: n_kwend=
	# The `end` keyword
	var n_kwend: nullable TKwend = null is writable
src/parser/parser_nodes.nit:1855,2--1856,48

nitc :: parser_prod $ ABlockExpr :: n_kwend=
	redef fun n_kwend=(node)
	do
		_n_kwend = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:2633,2--2637,4