📄 textpro.exp
字号:
TRUECLIPS> (batch "textpro.bat")TRUECLIPS> (fetch "textpro.dat")7CLIPS> (print-region t "textpro.dat" root)ROOT3 TEXTTRUECLIPS> (print-region t "textpro.dat" ^ root1 sub)SUBTOPIC1 TEXTTRUECLIPS> (print-region t "textpro.dat" sub)SUBTOPIC4 TEXTTRUECLIPS> (print-region t "textpro.dat")ROOT1 TEXTTRUECLIPS> (print-region t "textpro.dat" subtopic2)SUBTOPIC2 TEXT 1I BEGIN-ENTRY-SUBTOPIC2 END-ENTRYTRUECLIPS> (print-region t "textpro.dat" ^ root2)ROOT2 TEXTTRUECLIPS> (print-region t "textpro.dat" ^ r s)SUBTOPIC3 TEXTTRUECLIPS> (print-region 1 2 3)[ARGACCES5] Function print-region expected argument #1 to be of type symbolCLIPS> (print-region t 2 3)[ARGACCES5] Function print-region expected argument #2 to be of type symbol or stringCLIPS> (defglobal ?*cnt* = 0)CLIPS> (while (< ?*cnt* 100) do (print-region t "textpro.dat" junk) (bind ?*cnt* (+ ?*cnt* 1)))FALSECLIPS> (toss "textpro.dat")TRUECLIPS> (toss "textpro.dat")FALSECLIPS> (fetch "textpro.doc")[TEXTPRO2] Unable to load file.No entries found.FALSECLIPS> (dribble-off)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -