コード例 #1
0
 public void SetVariable(string name, object value) => CurrentScope.SetVariable(name, value);