pub fn mkconst(
env: &mut GVm<CompileEnvironment>,
state: &mut CompileState,
exp: Value,
result: usize,
) -> Result<(), VMError>
pub fn mkconst(
env: &mut GVm<CompileEnvironment>,
state: &mut CompileState,
exp: Value,
result: usize,
) -> Result<(), VMError>