<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Since pattern matching has been a topic of discussion lately -- I'm trying to get simple pattern matching to work in Adv. Student -- for example this expression:</div><div><br></div><div><font class="Apple-style-span" face="'Courier New'" size="4">(match (make-color 1 2 3)</font></div><div><font class="Apple-style-span" face="'Courier New'" size="4">&nbsp; [(make-color r g b) (* r g b)])</font></div><div><div><br></div><div>gets this response&nbsp;</div><div><br></div><div>&nbsp; match: expected a pattern, but found a part</div><div><br></div><div>I would appreciate an explanation or a pointer to how I can understand this. Thanks.</div><div><br></div><div>&nbsp;- Adam</div></div></body></html>