An optional constant value returned in functions.

Only some specific primitife value are accepted by engines. Is used when there is no better implementation available.

Currently used only for the implementation of the --define command-line option. SEE: module mixin.

Property definitions

nitc $ MMethodDef :: _constant_value
	# An optional constant value returned in functions.
	#
	# Only some specific primitife value are accepted by engines.
	# Is used when there is no better implementation available.
	#
	# Currently used only for the implementation of the `--define`
	# command-line option.
	# SEE: module `mixin`.
	var constant_value: nullable Object = null is writable
src/model/model.nit:2684,2--2692,55