The if keyword

Property definitions

nitc $ AIfExpr :: n_kwif=
	# The `if` keyword
	var n_kwif: TKwif is writable, noinit
src/parser/parser_nodes.nit:1961,2--1962,38

nitc :: parser_prod $ AIfExpr :: n_kwif=
	redef fun n_kwif=(node)
	do
		_n_kwif = node
		node.parent = self
	end
src/parser/parser_prod.nit:3070,2--3074,4