using System; using System.Collections.Generic; using System.Text; namespace IFPSLib.Emit { public enum VariableType { Global, Local, Argument } }