mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
number_builtin
This commit is contained in:
@@ -330,6 +330,7 @@ impl Assembler {
|
||||
"Math" => 0,
|
||||
"Debug" => 1,
|
||||
"String" => 2,
|
||||
"Number" => 3,
|
||||
_ => panic!("Unknown builtin: {}", builtin.name),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user