** Add a true to list of constants and return its index. */
| 653 | ** Add a true to list of constants and return its index. |
| 654 | */ |
| 655 | static int boolT (FuncState *fs) { |
| 656 | TValue o; |
| 657 | setbtvalue(&o); |
| 658 | return k2proto(fs, &o, &o); /* use boolean itself as key */ |
| 659 | } |
| 660 | |
| 661 | |
| 662 | /* |