|
Revision 1370, 0.9 KB
(checked in by Chuck.Esterbrook, 4 years ago)
|
|
Documentation improvements courtesy of Peter Ennis.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | Cobra Samples Directory: |
|---|
| 2 | |
|---|
| 3 | The sample programs in this directory do reasonably interesting things. Some can |
|---|
| 4 | be used as command line utilities, others demonstrate interesting concepts like |
|---|
| 5 | "cumulative selection" and so on. The programs use whatever features of Cobra |
|---|
| 6 | are needed to accomplish the purpose of the program. |
|---|
| 7 | |
|---|
| 8 | Feel free to examine whichever programs interest you the most. Or, if you are on |
|---|
| 9 | a mission to read and learn from them all, try examining them from smallest to |
|---|
| 10 | largest. On Windows, "dir *.cobra /os" will give you such a list. |
|---|
| 11 | |
|---|
| 12 | In contrast to these sample programs, the sibling directory "HowTo" contains |
|---|
| 13 | programs that explicitly demonstrate language features and techniques. While the |
|---|
| 14 | programs themselves are rather purposeless, the HowTo programs make good |
|---|
| 15 | tutorials and have an explicit order. See that directory for more details. |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | See also: Sibling directories HowTo and Reusables |
|---|