Search found 2 matches

by MaraPatisia
Fri Mar 20, 2009 3:37 am
Forum: Common Lisp
Topic: one program please can someone help me
Replies: 4
Views: 7668

Re: one program please can someone help me

Thanks for your help, but there's another problem i would like the function to get 2 parameters, The first is the move that we want to move the second is a list .The list has 3 atoms .The first atom is the previous move pr_move the second is x row and the third is y coloumn. How could i get a list i...
by MaraPatisia
Thu Mar 19, 2009 8:04 am
Forum: Common Lisp
Topic: one program please can someone help me
Replies: 4
Views: 7668

one program please can someone help me

i ve got a problem with this program, is about a robot which can move one position right (MR) in a 4x4 table. movements left(ML) down(MD) or up(MU) are not allowed.The pr_move is the position that came from, move is the position tha we want to go right(MR).x is the row that is the row and y is the c...