Name: game porgrammer 2011-03-03 14:36
hey guise im writing my first cmputer gaem in lisp n i need ur help bcuz i tried hard and i still can finish it
(define (game arguments)
((if (list? arguments) parseArgumentList parseArgument) arguments)
)