Property definitions

nitc $ CmdMainCompile :: command
	var command: nullable String is lazy do
		var path = test_path(file)
		if path == null then return null
		return "nitc {path}"
	end
src/doc/commands/commands_main.nit:79,2--83,4