aboutsummaryrefslogtreecommitdiffstats
path: root/bytecode/src/data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'bytecode/src/data.rs')
-rw-r--r--bytecode/src/data.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/bytecode/src/data.rs b/bytecode/src/data.rs
index d6f9bd2..e14eaa9 100644
--- a/bytecode/src/data.rs
+++ b/bytecode/src/data.rs
@@ -80,6 +80,8 @@ impl Value {
}
return Value(0x2);
}
+
+ pub const NIL: Self = Value(0x12);
}
#[cfg(test)]