mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-23 03:18:43 +08:00
update print & var
This commit is contained in:
+1
-1
@@ -850,7 +850,7 @@ ListUnit NasalList::SearchElement(const int n)
|
||||
return nil_list;
|
||||
}
|
||||
|
||||
var::var(var &p)
|
||||
var::var(const var &p)
|
||||
{
|
||||
Type=p.Type;
|
||||
if(Type=="int")
|
||||
|
||||
Reference in New Issue
Block a user