bad code, strange error
Posted: Wed Nov 02, 2011 2:52 pm
Hey guys,
this
results in this
Ok, so the code is probably a terrible perversion, but I'm curious about the error.
this
Code: Select all
(set 'agz (main-args 2))
(set 'onetwo (parse agz "."))
(if (= (length onetwo) 1)(append onetwo ".org")
(set 'onetwotwo (cons (onetwo 0)(onetwo 1))))
Code: Select all
ERR: invalid function : (PLUG)