Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
some small linkfixes
  • Loading branch information
lichtkind committed May 6, 2012
1 parent 6127a13 commit 66fc254
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/appendix-a-index.txt
Expand Up @@ -600,7 +600,7 @@ see also: [**\<==**](#lower-lower-equal-op) and [**==\>\>**](#equal-equal-greate
them as a list, with [quote protection](appendix-g-glossary.html#quote-protection)
and [evaluation](appendix-g-glossary.html#evaluation) of variables,
alias to: **Q** [**:qq**](#qq-adverb) [**:ww**](#ww-adverb) **/.../**
or `« »` ([unicode](appendix-g-glossary.html#unicode) alias) &mdash;
or `« »` ([unicode sibling](appendix-b-grouped.html#unicode-operators)) &mdash;
see also: [**\< \>**](#angle-brackets-op)

<a id="lower-equal"/><a id="lower-equal-op"/>
Expand Down Expand Up @@ -694,13 +694,13 @@ value and [type](appendix-b-grouped.html#value-types)
[*«sequencer op»*](tablet-4-operators.html#feed-ops) &mdash;
rightward pointing feed operator, take return value of left side
and feed as parameter to the right &mdash;
see also: [*\<==*](#lower-equal-equal-op) and [*==\>\>*](#equal-equal-greater-greater-op)
see also: [**\<==***](#lower-equal-equal-op) and [**==\>\>**](#equal-equal-greater-greater-op)

<a id="equal-equal-greater-greater-op"/>
**==\>\>**
[*«sequencer op»*](tablet-4-operators.html#feed-ops) &mdash;
rightward pointing feed operator that adds values to an existing list (append-mode) &mdash;
see also: [**==\>**](#equal-equal-greater-op) and [*\<\<==*](#lower-lower-equal-equal-op)
see also: [**==\>**](#equal-equal-greater-op) and [**\<\<==**](#lower-lower-equal-equal-op)

<a id="equal-greater-op"/><a id="fat-arrow"/>
**=\>**
Expand Down
9 changes: 5 additions & 4 deletions docs/appendix-b-grouped.txt
Expand Up @@ -467,9 +467,10 @@ if followed by `()`.
Unicode operators
-----------------

The two hyper operators can be written with the Unicode signs (also documented
as "French Quotes") or with double less than or greater than signs (documented
as "Texas Quotes").
The two hyper operators and the evaluating autoquoting can be written with the
[unicode](appendix-g-glossary.html#unicode) signs
(also documented as "French Quotes") or with double lesser than or greater than
signs (documented as "Texas Quotes").

--- -------------------------------------------------------- -----------------------------------------------
« [\<\<](appendix-a-index.html#lower-lower-op) Hyperop, right side dictates length of result
Expand Down Expand Up @@ -1013,7 +1014,7 @@ In routine and block definitions can be also some character with special meaning
### Callframe Methods ###

of objects provided by [**callframe**](appendix-a-index.html#callframe) and
[*caller**](appendix-a-index.html#caller)
[**caller**](appendix-a-index.html#caller)

args
callframe
Expand Down

0 comments on commit 66fc254

Please sign in to comment.