defun(Cont_smy1 ()
prog( (all e)
all = length(axlDBGetDesign()->symdefs) ;53
return(all)
e = t
))
defun(Cont_smy2 ()
let( (all e)
all = length(axlDBGetDesign()->symdefs) ;53
e = t
))
defun(Cont_smy3 ()
prog( (all e)
all = length(axlDBGetDesign()->symdefs) ;53
e = t
))
调用结果:
Skill > a = Cont_smy1()
53
Skill > b = Cont_smy2()
t
Skill > c = Cont_smy3()
nil