The ] symbol

Property definitions

nitc $ AStdClassdef :: n_cbra=
	# The `]` symbol
	var n_cbra: nullable TCbra = null is writable
src/parser/parser_nodes.nit:1264,2--1265,46

nitc :: parser_prod $ AStdClassdef :: n_cbra=
	redef fun n_cbra=(node)
	do
		_n_cbra = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:492,2--496,4