** Add a false to list of constants and return its index. */
| 643 | ** Add a false to list of constants and return its index. |
| 644 | */ |
| 645 | static int boolF (FuncState *fs) { |
| 646 | TValue o; |
| 647 | setbfvalue(&o); |
| 648 | return k2proto(fs, &o, &o); /* use boolean itself as key */ |
| 649 | } |
| 650 | |
| 651 | |
| 652 | /* |