add new chinese translations
This commit is contained in:
24
pages.zh/common/swipl.md
Normal file
24
pages.zh/common/swipl.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# swipl
|
||||
|
||||
> SWI-Prolog - 一个全面的免费Prolog环境。
|
||||
> 更多信息:<https://www.swi-prolog.org/>.
|
||||
|
||||
- 启动交互会话:
|
||||
|
||||
`swipl`
|
||||
|
||||
- 执行一个命令而不显示任何输出:
|
||||
|
||||
`swipl --quiet -t "{{command}}"`
|
||||
|
||||
- 执行一个脚本:
|
||||
|
||||
`swipl {{path/to/file.pl}}`
|
||||
|
||||
- 打印所有shell配置变量:
|
||||
|
||||
`swipl --dump-runtime-variables`
|
||||
|
||||
- 显示版本:
|
||||
|
||||
`swipl --version`
|
Reference in New Issue
Block a user