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