implicit signatures

Implicit signatures do not have a explicit name. Their type is implied by the use of special symbols which may be preceded by modifiers and no sigTerminator is used. Formally,

[ modifiers ] ( | | * | # )

which reads: optional modifiers followed by one of bar |, star *, or hash #.

source for Home/ByExample/XilizeMarkup/Signatures/Implicit :: index.xil

implicit signatures

Implicit signatures do not have a explicit name.  Their type is implied by the
use of special symbols which may be preceded by modifiers and no sigTerminator
is used.  Formally,

bq. [ _modifiers_ ] ( @|@ | @*@ | @#@ )

which reads: optional modifiers followed by one of bar @|@, star @*@, or hash
@#@.

Long lines are wrapped in this listing.
Use your web browser's "View Page Source" feature to examine the HTML