[an error occurred while processing this directive]

 

Review for CMSC 331 Final

Here is a list of topics that you should be familiar with. You should:

General

<face> ::= <eyes><mouth> | <mouth><eyes>
<eyes> ::= ":" | ";" 
<mouth> ::= "(" | ")" | "<" | ">"

Java

Lisp

Prolog

?- iota(5,X). 
X=[1,2,3,4,5];
no
?- iota(0,X).
no
?- iota(-10,X).
no

ML