finish value search

This commit is contained in:
Valk Richard Li
2019-11-13 23:37:32 +08:00
committed by GitHub
parent 13859a85e6
commit c6767a247a
6 changed files with 153 additions and 40 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class balloon_scope
global.push_back(t);
return;
}
var& get_var(std::string name)
var get_var(std::string name)
{
if(!scope_list.empty())
{