newlisp 启动参数
写一个newlisp脚本,执行时有时需要传递参数,比如一个连接tcp server的测试程序,执行时需要指定服务器IP地址和端口号。
(set 'server-port (int (main-args 3)))