PennMUSH Community

Ticket #7676 (closed documentation: fixed)

Opened 4 months ago

Last modified 3 months ago

Nitpicking. Missing right bracket at end of code string.

Reported by: Damascus Assigned to:
Priority: minor Milestone: 1.8.3p7
Keywords: Cc:
Visibility: Public

Description

ALIGN2

Examples:

> &line me=align(<5 10 20,\([left(xget(%0,sex),1)]\),name(%0),name(loc(%0))) > th iter(lwho(),u(line,##),%b,%r)

(M) Walker Tree (F) Jane Doe Nowhere

> &haiku me = Alignment function,%rIt justifies your writing,%rBut the

words still suck.%rLuke

> th [align(5 -40 5[repeat(-,40)]%r[u(haiku)]%r[repeat(-,40)]%b,+)]

+----------------------------------------+ + Alignment function, + + It justifies your writing, + + But the words still suck. + + Luke + +----------------------------------------+

See also: center(), ljust(), rjust()

Change History

09/11/08 20:54:41 changed by raevnos

  • status changed from new to closed.
  • type changed from incoming to documentation.
  • resolution set to fixed.
  • milestone set to 1.8.3p7.