Skip to content

Commit

Permalink
fixing another tables layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lichtkind committed Dec 21, 2015
1 parent 317b600 commit 22d4992
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/appendix-b-grouped.txt
Original file line number Diff line number Diff line change
Expand Up @@ -685,23 +685,23 @@ The [basic quoting](tablet-2-basic-syntax#quoting)
operator (Q) does nothing, just taking literally what you quoted as a string.
But with several adverbs, it behaves like the well known following ops:

Op Nonealphanumeric Version Translated Into Quoting Adverbs Method Version Meaning
---------------------------------- ---------------------------------------- ------------------------------------------------------------------------------------------------------------------------- ---------------------------------- ----------------------------------------------------------
[q//](appendix-a-index#q-op) [' '](appendix-a-index#single-quotes) [Q](appendix-a-index#Q-op) [:q](appendix-a-index#q-adverb) //   [single](appendix-g-glossary#single-quoting), simple nonevaluating quotes
[qq//](appendix-a-index#qq-op) [" "](appendix-a-index#double-quotes) [Q](appendix-a-index#Q-op) [:qq](appendix-a-index#qq-adverb) //   [double](appendix-g-glossary#double-quoting), evaluating quotes
[qw//](appendix-a-index#qw-op) [< >](appendix-a-index#angle-brackets) [Q](appendix-a-index#Q-op) [:q](appendix-a-index#q-adverb) [:w](appendix-a-index#w-adverb) // &nbsp; simple autoquotes (spaces divide words)
&nbsp; [<< >>](appendix-a-index#texas-brackets) [Q](appendix-a-index#Q-op) [:qq](appendix-a-index#qq-adverb) [:ww](appendix-a-index#ww-adverb) // &nbsp; evaluating autoquotes with [quote protection](appendix-g-glossary#quote-protection)
[qx//](appendix-a-index#qx-op) &nbsp; [Q](appendix-a-index#Q-op) [:q](appendix-a-index#q-adverb) [:x](appendix-a-index#x-adverb) // &nbsp; command execution (system call) [without evaluation](appendix-g-glossary#single-quoting)
[qqx//](appendix-a-index#qqx-op) &nbsp; [Q](appendix-a-index#Q-op) [:qq](appendix-a-index#qq-adverb) [:x](appendix-a-index#x-adverb) // &nbsp; command execution (system call) [with evaluation](appendix-g-glossary#double-quoting)
[qp//](appendix-a-index#qp-op) &nbsp; [Q](appendix-a-index#Q-op) [:q](appendix-a-index#q-adverb) [:p](appendix-a-index#p-adverb) // &nbsp; paths
[rx//](appendix-a-index#rx-op) &nbsp; [Q](appendix-a-index#Q-op) [:regex](appendix-a-index#regex-adverb) // &nbsp; [regex](appendix-g-glossary#regex)
[m//](appendix-a-index#m-op) &nbsp; [Q](appendix-a-index#Q-op) [:match](appendix-a-index#match-adverb) // [.match()](appendix-a-index#match) matching
[ms//](appendix-a-index#ms-op) &nbsp; [Q](appendix-a-index#Q-op) [:match](appendix-a-index#match-adverb) [:sigspace](appendix-a-index#sigspace-modifier) // &nbsp; matching, spaces divide words
[s///](appendix-a-index#s-op) &nbsp; [Q](appendix-a-index#Q-op) [:subst](appendix-a-index#subst-adverb) /// [.subst()](appendix-a-index#subst) substitution
[ss///](appendix-a-index#ss-op) &nbsp; [Q](appendix-a-index#Q-op) [:subst](appendix-a-index#subst-adverb) [:samespace](appendix-a-index#samespace-modifier) /// &nbsp; substitution, spaces divide words
[tr///](appendix-a-index#tr-op) &nbsp; [Q](appendix-a-index#Q-op) [:trans](appendix-a-index#trans-adverb) /// [.trans()](appendix-a-index#trans) [transliteration](appendix-g-glossary#transliteration)
[quasi {}](appendix-a-index#quasi) &nbsp; [Q](appendix-a-index#Q-op) [:code](appendix-a-index#code-adverb) // &nbsp; [quasiquoting](appendix-g-glossary#quasiquoting)
--------------------------------- ----------------------------------------- ------------------------------------------------------------------------------------------------------------------------- ---------------------------------- ----------------------------------------------------------
Op Nonealphanumeric Version Translated Into Quoting Adverbs Method Version Meaning
---------------------------------- ---------------------------------------- ------------------------------------------------------------------------------------------------------------------------- ---------------------------------- ----------------------------------------------------------
[q//](appendix-a-index#q-op) [' '](appendix-a-index#single-quotes) [Q](appendix-a-index#Q-op) [:q](appendix-a-index#q-adverb) // &nbsp; [single](appendix-g-glossary#single-quoting), simple nonevaluating quotes
[qq//](appendix-a-index#qq-op) [" "](appendix-a-index#double-quotes) [Q](appendix-a-index#Q-op) [:qq](appendix-a-index#qq-adverb) // &nbsp; [double](appendix-g-glossary#double-quoting), evaluating quotes
[qw//](appendix-a-index#qw-op) [< >](appendix-a-index#angle-brackets) [Q](appendix-a-index#Q-op) [:q](appendix-a-index#q-adverb) [:w](appendix-a-index#w-adverb) // &nbsp; simple autoquotes (spaces divide words)
&nbsp; [<< >>](appendix-a-index#texas-brackets) [Q](appendix-a-index#Q-op) [:qq](appendix-a-index#qq-adverb) [:ww](appendix-a-index#ww-adverb) // &nbsp; evaluating autoquotes with [quote protection](appendix-g-glossary#quote-protection)
[qx//](appendix-a-index#qx-op) &nbsp; [Q](appendix-a-index#Q-op) [:q](appendix-a-index#q-adverb) [:x](appendix-a-index#x-adverb) // &nbsp; command execution (system call) [without evaluation](appendix-g-glossary#single-quoting)
[qqx//](appendix-a-index#qqx-op) &nbsp; [Q](appendix-a-index#Q-op) [:qq](appendix-a-index#qq-adverb) [:x](appendix-a-index#x-adverb) // &nbsp; command execution (system call) [with evaluation](appendix-g-glossary#double-quoting)
[qp//](appendix-a-index#qp-op) &nbsp; [Q](appendix-a-index#Q-op) [:q](appendix-a-index#q-adverb) [:p](appendix-a-index#p-adverb) // &nbsp; paths
[rx//](appendix-a-index#rx-op) &nbsp; [Q](appendix-a-index#Q-op) [:regex](appendix-a-index#regex-adverb) // &nbsp; [regex](appendix-g-glossary#regex)
[m//](appendix-a-index#m-op) &nbsp; [Q](appendix-a-index#Q-op) [:match](appendix-a-index#match-adverb) // [.match()](appendix-a-index#match) matching
[ms//](appendix-a-index#ms-op) &nbsp; [Q](appendix-a-index#Q-op) [:match](appendix-a-index#match-adverb) [:sigspace](appendix-a-index#sigspace-modifier) // &nbsp; matching, spaces divide words
[s///](appendix-a-index#s-op) &nbsp; [Q](appendix-a-index#Q-op) [:subst](appendix-a-index#subst-adverb) /// [.subst()](appendix-a-index#subst) substitution
[ss///](appendix-a-index#ss-op) &nbsp; [Q](appendix-a-index#Q-op) [:subst](appendix-a-index#subst-adverb) [:samespace](appendix-a-index#samespace-modifier) /// &nbsp; substitution, spaces divide words
[tr///](appendix-a-index#tr-op) &nbsp; [Q](appendix-a-index#Q-op) [:trans](appendix-a-index#trans-adverb) /// [.trans()](appendix-a-index#trans) [transliteration](appendix-g-glossary#transliteration)
[quasi {}](appendix-a-index#quasi) &nbsp; [Q](appendix-a-index#Q-op) [:code](appendix-a-index#code-adverb) // &nbsp; [quasiquoting](appendix-g-glossary#quasiquoting)
--------------------------------- ----------------------------------------- ------------------------------------------------------------------------------------------------------------------------- ---------------------------------- ----------------------------------------------------------



Expand Down

0 comments on commit 22d4992

Please sign in to comment.