globlerr.clp
来自「一套美国国家宇航局人工智能中心NASA的专家系统工具源代码」· CLP 代码 · 共 25 行
CLP
25 行
;;;************************************************************;;; DEFGLOBAL ERROR CHECKING;;;;;; This file tests a number of common errors which can be;;; made with defglobals.;;;;;;************************************************************(defglobal ?*x*)(defglobal ?x)(defglobal =)(defglobal ?*x* =)(defglobal ?*x* = (+ a b))(defglobal ?*x* = ?*r*)(defglobal ?*x* = ?x)(defglobal ?*y* = 3 ?*x*)(defglobal ?*z* = (create$ a b c) ?x)(defglobal ?*w* = 5 =)(defglobal ?*q* = (create$ d e f) ?*x* =)(defglobal ?*y* = (create$ g h) ?*x* = (+ a b))(defglobal ?*z* = 8 ?*x* = ?*r*)(defglobal ?*w* = 4 ?*x* = ?x)(defglobal ?*q* = (create$ i j k) ?*x* = ?x)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?