15 lines
723 B
Markdown
15 lines
723 B
Markdown
# Rexx Address Book
|
|
|
|
```oorexx
|
|
/***************************************************************************
|
|
* Rexx Address Book *
|
|
* *
|
|
* A simple application for storing, maintaining, and browsing contact *
|
|
* information. *
|
|
* *
|
|
* Backend: Object Rexx with unix system, and sqlite extensions. *
|
|
* Frontend: Object Rexx with ncurses extensions. *
|
|
**************************************************************************/
|
|
```
|
|
|