如何使用该writeln
函数在Pascal中打印撇号?
例:
writeln('My brother's book');
Run Code Online (Sandbox Code Playgroud)
因为s book
超出"写入"功能而无法工作,因此编译器返回错误:
Fatal: Syntax error, ")" expected but "identifier S" found
Fatal: Compilation aborted
Run Code Online (Sandbox Code Playgroud) 我意外地创建并提交了一个--a
在我的git仓库中调用的文件.使用git rm --a
显然没有用.如何删除此文件?