2025-05-04 18:07:21 +00:00
|
|
|
# Rexx Address Book
|
|
|
|
|
|
|
|
```oorexx
|
2025-05-05 16:40:49 +00:00
|
|
|
/***************************************************************************\
|
|
|
|
* Rexx Address Book *
|
|
|
|
* *
|
|
|
|
* A simple application for storing, maintaining, and browsing contact *
|
|
|
|
* information. *
|
|
|
|
* *
|
|
|
|
* Backend: Object Rexx with unix, and sqlite extensions. *
|
|
|
|
* Frontend: Object Rexx with ncurses extensions. *
|
|
|
|
\***************************************************************************/
|
2025-05-04 18:07:21 +00:00
|
|
|
```
|
|
|
|
|