VariableScope public enum VariableScope Documentation Code namespace CLanguage.Interpreter { public enum VariableScope { Global, Arg, Local, Function } }