mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-07-26 21:08:45 +08:00
finish value search
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user