Jump to content

Documentation: Difference between revisions

no edit summary
(added Ol)
No edit summary
Line 6:
* Related task: [[Here_document]]
<br><br>
=={{header|6502 Assembly}}==
 
The language doesn't support this on its own, you'll have to do it with comments.
=={{header|Ada}}==
In some ways, Ada is a self documenting language by design. When building packages (the equivalent of modules in python), you have to create two separate files: a spec and a body. The spec resides in a .ads file, and contains the interface to the package that is visible to someone using it.
1,489

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.