forked from xxq250/Nasal-Interpreter
finish value search
This commit is contained in:
@@ -41,6 +41,7 @@ class var
|
||||
public:
|
||||
var()
|
||||
{
|
||||
type=__null_type;
|
||||
number=0;
|
||||
str="";
|
||||
name="";
|
||||
|
||||
Reference in New Issue
Block a user