📄 seqop.bat
字号:
(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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -