
- (defun c:tt()
- (rwj)
- (princ a1)
- (princ)
- )
- (defun rwj ()
- (setq m (open (findfile "csj.txt") "r"))
- (setq a1 (read-line m))
- (close m)
- )
=============================
Command: (defun c:tt()
(_> (rwj)
(_> (princ a1)
(_> (princ)
(_> )
C:TT
Command: (defun rwj ()
(_> (setq m (open (findfile "csj.txt") "r"))
(_> (setq a1 (read-line m))
(_> (close m)
(_>
(_> )
RWJ
Command: tt
19
Command: !a1
"19" |