球球9308 发表于 2007-8-6 13:10:00

[求助]新手请教LISP。急!

<p>请问:defun&nbsp; 名称&nbsp; (fi/变量),其中fi代表什么???急,请各位大侠帮忙。谢谢</p>

Andyhon 发表于 2007-8-6 13:22:00

<p>(defun myfunc (x y) ...)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Function takes two arguments<br/>(defun myfunc (x / temp) ...)&nbsp;&nbsp;&nbsp; One argument, one local variable</p><p>请查阅帮助....<br/></p>
页: [1]
查看完整版本: [求助]新手请教LISP。急!