Files
2002-07-01 15:21:36 +00:00

16 lines
462 B
XML

<slide title="The Olden Days">
<blurb>
&lt;i>And then there was C...&lt;/i>
</blurb>
<list title="Advantages">
<bullet>All the power of an Assembly Language</bullet>
<bullet>Simple Syntax</bullet>
<bullet>Designed for the UNIX Environment</bullet>
</list>
<list title="Disadvantages">
<bullet>All the ease of use of an Assembly Language</bullet>
<bullet>Compiled, Not Interpreted</bullet>
<bullet>Architecture Portable, not OS Portable</bullet>
</list>
</slide>