OurBigBook
Most positional arguments will default to an empty string if not given.
However, some positional arguments can have special effects if not given.
For example, an anchor with the first positional argument present (the URL), but not the second positional argument (the link text) as in:
\a[http://example.com]
which renders as:
has the special effect of generating automatic links as in:
\a[http://example.com][http://example.com]
This can be contrasted with named arguments, for which there is always a default value, notably for boolean arguments.
See also: Section "Link (\a)".

Ancestors

  1. Positional argument
  2. Positional vs named arguments
  3. Macro argument
  4. OurBigBook Markup syntax
  5. OurBigBook Markup
  6. OurBigBook Project