1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/swipl.md

25 lines
397 B
Markdown
Raw Normal View History

# swipl
> SWI-Prolog - 포괄적인 무료 Prolog 환경.
> 더 많은 정보: <https://www.swi-prolog.org/>.
- 대화형 세션 시작:
`swipl`
- 출력을 표시하지 않고 명령 실행:
`swipl --quiet -t "{{명령}}"`
- 스크립트 실행:
`swipl {{경로/대상/파일.pl}}`
- 모든 셸 구성 변수 출력:
`swipl --dump-runtime-variables`
- 버전 표시:
`swipl --version`