nitc :: AAttrPropdef :: n_block=
do return
# The initial value, if any (set with `do return`) var n_block: nullable AExpr = null is writable
redef fun n_block=(node) do _n_block = node if node != null then node.parent = self end