|
Revision 3949, 1.5 KB
(checked in by pmoura, 13 months ago)
|
|
Allow a category to explicitly expand an existing object, therefore providing functionality similar to Objective-C categories. Added expands_object/2 built-in predicate. Added syntax coloring support for the new expands_object/2 predicate to all supported text editors.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" |
|---|
| 3 | "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|---|
| 4 | |
|---|
| 5 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
|---|
| 6 | |
|---|
| 7 | <head> |
|---|
| 8 | <meta http-equiv="content-type" content="application/xml+xhtml; charset=utf-8" /> |
|---|
| 9 | <title>Logtalk 2.31.0 Documentation</title> |
|---|
| 10 | <link rel="stylesheet" href="screen.css" type="text/css" media="screen"/> |
|---|
| 11 | <link rel="stylesheet" href="print.css" type="text/css" media="print"/> |
|---|
| 12 | </head> |
|---|
| 13 | |
|---|
| 14 | <body> |
|---|
| 15 | |
|---|
| 16 | <div class="navtop"><span> </span> |
|---|
| 17 | <span class="title">Logtalk 2.31.0 Documentation</span><span class="page"/> |
|---|
| 18 | </div> |
|---|
| 19 | |
|---|
| 20 | <h1>Logtalk 2.31.0 Documentation</h1> |
|---|
| 21 | |
|---|
| 22 | <ul> |
|---|
| 23 | <li><h2><a href="userman/index.html">User Manual</a></h2></li> |
|---|
| 24 | <li><h2><a href="refman/index.html">Reference Manual</a></h2></li> |
|---|
| 25 | <li><h2><a href="tutorial/index.html">Tutorial</a></h2></li> |
|---|
| 26 | <li><h2><a href="migration/index.html">Prolog Integration and Migration Guide</a></h2></li> |
|---|
| 27 | <li><h2><a href="bibliography.html">Bibliography</a></h2></li> |
|---|
| 28 | <li><h2><a href="glossary.html">Glossary</a></h2></li> |
|---|
| 29 | </ul> |
|---|
| 30 | |
|---|
| 31 | <div class="footer"> |
|---|
| 32 | <div class="copyright"> |
|---|
| 33 | <span>Copyright © <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> — <a href="http://logtalk.org">Logtalk.org</a></span><br/> |
|---|
| 34 | <span>Last updated on: December 9, 2007</span> |
|---|
| 35 | </div> |
|---|
| 36 | <div class="navbottom"> |
|---|
| 37 | <span> </span><br/> |
|---|
| 38 | <span><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span> |
|---|
| 39 | </div> |
|---|
| 40 | </div> |
|---|
| 41 | |
|---|
| 42 | </body> |
|---|
| 43 | |
|---|
| 44 | </html> |
|---|