The arithmetic-operators-as-words Reference Manual

This is the arithmetic-operators-as-words Reference Manual, version 1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:36:06 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 arithmetic-operators-as-words

Just simple macros that expand to the normal arithmetic operators. I personally hate using the symbols..

Author

K1D77A

License

MIT

Version

1

Source

arithmetic-operators-as-words.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 arithmetic-operators-as-words/arithmetic-operators-as-words.asd

Source

arithmetic-operators-as-words.asd.

Parent Component

arithmetic-operators-as-words (system).

ASDF Systems

arithmetic-operators-as-words.


3.1.3 arithmetic-operators-as-words/arithmetic-operators-as-words.lisp

Dependency

package.lisp (file).

Source

arithmetic-operators-as-words.asd.

Parent Component

arithmetic-operators-as-words (system).

Public Interface

4 Packages

Packages are listed by definition order.


4.1 arithmetic-operators-as-words

Source

package.lisp.

Nickname

aoaw

Use List

common-lisp.

Public Interface

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: add (number &rest more-numbers)
Package

arithmetic-operators-as-words.

Source

arithmetic-operators-as-words.lisp.

Function: divide (number &rest more-numbers)
Package

arithmetic-operators-as-words.

Source

arithmetic-operators-as-words.lisp.

Function: greater-than (number &rest more-numbers)
Package

arithmetic-operators-as-words.

Source

arithmetic-operators-as-words.lisp.

Function: greater-than-or-equal (number &rest more-numbers)
Package

arithmetic-operators-as-words.

Source

arithmetic-operators-as-words.lisp.

Function: less-than (number &rest more-numbers)
Package

arithmetic-operators-as-words.

Source

arithmetic-operators-as-words.lisp.

Function: less-than-or-equal (number &rest more-numbers)
Package

arithmetic-operators-as-words.

Source

arithmetic-operators-as-words.lisp.

Function: multiply (number &rest more-numbers)
Package

arithmetic-operators-as-words.

Source

arithmetic-operators-as-words.lisp.

Function: subtract (number &rest more-numbers)
Package

arithmetic-operators-as-words.

Source

arithmetic-operators-as-words.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables