Error

Error

jinkinglee
Enthusiast Enthusiast
619 Views
1 Reply
Message 1 of 2

Error

jinkinglee
Enthusiast
Enthusiast

The following is displayed. How do I find and fix it? Attached CoatMuller.lsp


[CHECKING TEXT CoatMuller.lsp loading ...]
.................................................. ..................
; Warning: redefinition of built-in symbol: T
..
; Warning: too few arguments: (* ERROR *)
.
; Check done.
Thank you.
Jin

0 Likes
620 Views
1 Reply
Reply (1)
Message 2 of 2

john.uhden
Mentor
Mentor

I'm sorry but I can't understand this language...

 

;;I do not do what I want to do. I do what I have to do.
¼ÒÅëÀ̵ÇÁö¾ÊÀ¸¸é°íÅëÀ̿´Ù.
Èçµé¸®Áö¾Ê°íÇÇ´Â ²ÉÀ̾îµðÀÖÀ¸¸®¿ä.
Áú¹®À» ÇϱâÀ§Çؼ­´Â: À̰ÍÀ» ¾î¶»°Ô Çϳª¿ä. ´äÀÌ ³ª¿Ã¼öÀÖµµ·Ï Áú¹®Çϴ°ÍÀÌ °¡Àå ¾î·Æ´Ù.
¹®Á¦°¡ ÀÖÀ¸¸é ´äµµ Àִ°ÍÀÌ Á¤»óÀÌ´Ù. ¹«¾ùÀÌ ¹®Á¦ÀÎÁö¸¦ ³»¾î³õ°í ã¾Æ°¡¸é µÈ´Ù.
»óµ¿ Chest ¿©À¯´Â 4.5ÀÎÄ¡¸¦ ±âÁØÀ¸·Î ÇÏ¿© +- ÇÑ´Ù. 14+14+7=35 ´Â ³ªÀÇ »óµ¿ 1.5+1.5+1.5=4.5

Anyway, it appears your code tried to (setq T something_else).  T is a protected symbol; you may not change it.

 

Perhaps your *error* definition doesn't take any input arguments.  It wants one argument, which is a string for the error message.

John F. Uhden