-module(bug).<br><br>-compile(export_all).<br><br>-record(bug,{a}).<br><br>test() -><br>    [#bug{a=1} #bug{a=2}].<br><br>1> c(bug).<br>{ok,bug}<br>2> bug:test().<br>[{bug,2}]<br><br><br>Should be "," or "|" between the records in the list<br>
<br>/Joe<br><br><br>