seqop.bat
来自「NASA 开发使用的一个专家系统」· Batch 代码 · 共 17 行
BAT
17 行
(defglobal ?*x* = (mv-append 1 2 3))(deffunction foo (?a ?b) (printout t "Foo arguments: " ?a " " ?b crlf))(batch "seqop2.bat")(set-sequence-operator-recognition TRUE)(batch "seqop2.bat")(load seqop.clp)(watch all)(unwatch statistics)(unwatch focus)(reset)(run)(dfnx-seqop-test abc def ghi)(send [s1] seqop-test abc def ghi)(+ "abc" "def" "ghi")(unwatch all)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?