The as keyword

Property definitions

nitc $ ACastAsExternCall :: n_kwas=
	# The `as` keyword
	var n_kwas: TKwas is writable, noinit
src/parser/parser_nodes.nit:1551,2--1552,38

nitc :: parser_prod $ ACastAsExternCall :: n_kwas=
	redef fun n_kwas=(node)
	do
		_n_kwas = node
		node.parent = self
	end
src/parser/parser_prod.nit:8333,2--8337,4