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