| OLD | NEW |
| (Empty) |
| 1 --- | |
| 2 layout: default | |
| 3 title: "Tutorial: Classes" | |
| 4 header: | |
| 5 css: ["/css/dartboard.css"] | |
| 6 --- | |
| 7 <h1> Tutorial: Classes </h1> | |
| 8 | |
| 9 {% include docs/getting-started/_class.html %} | |
| 10 | |
| 11 | |
| 12 <section> | |
| 13 | |
| 14 <p> | |
| 15 In the next page, | |
| 16 you'll learn about interfaces in Dart, | |
| 17 such as <code>int</code>—yes, <code>int</code>. | |
| 18 </p> | |
| 19 | |
| 20 <section id="start-here"> | |
| 21 <a href="interface.html">Next: Interfaces</a> | |
| 22 </section> | |
| 23 | |
| 24 </section> | |
| 25 | |
| 26 <script async type="text/javascript" | |
| 27 src="http://try.dartlang.org/dartboard.dart.app.js"> | |
| 28 </script> | |
| OLD | NEW |