Add print macro

This commit is contained in:
Aoran Zeng
2024-12-14 10:11:34 +08:00
parent 2746fe03c0
commit 6ded3380e5
17 changed files with 38 additions and 42 deletions

View File

@@ -48,7 +48,7 @@ pl_ocaml_setsrc(char *option)
chsrc_run (cmd, RunOpt_Default);
chsrc_note2 ("如果是首次使用 opam ,请使用以下命令进行初始化");
say (xy_2strjoin ("opam init default ", source.url));
p(xy_2strjoin ("opam init default ", source.url));
ProgMode_ChgType = ChgType_SemiAuto;
chsrc_conclude (&source);