Lines Matching full:bracket
1236 We define an <em>opening long bracket of level <em>n</em></em> as an opening
1237 square bracket followed by <em>n</em> equal signs followed by another
1238 opening square bracket.
1239 So, an opening long bracket of level 0 is written as <code>[[</code>,
1240 an opening long bracket of level 1 is written as <code>[=[</code>,
1242 A <em>closing long bracket</em> is defined similarly;
1243 for instance, a closing long bracket of level 4 is written as <code>]====]</code>.
1244 A <em>long literal</em> starts with an opening long bracket of any level and
1245 ends at the first closing long bracket of the same level.
1246 It can contain any text except a closing bracket of the proper level.
1269 when the opening long bracket is immediately followed by a newline,
1306 If the text immediately after <code>--</code> is not an opening long bracket,
1310 which runs until the corresponding closing long bracket.