pub fn startparamscope(_table: &mut HashTable)Expand description
Start a parameter scope.
Port of startparamscope() (Src/init.c) — the C source pushes the
current scope counter so local-declared params disappear on function
exit. Rust port operates on the bucket-2 holder paramtab via a
&mut HashTable argument.