Name: Anonymous 2010-03-05 12:46
So how do you write a command line program that asks the user for his name and then says "Hello %name%!" in Lisp?
Program lisphhh;
Begin
WriteLn('the user for his name?');
WriteLn('"Hello %name%!" in Lisp');
End.