bigloo.foreign.BGL_LEXICAL_STACK_SET C# (CSharp) Method

BGL_LEXICAL_STACK_SET() public static method

public static BGL_LEXICAL_STACK_SET ( Object al ) : void
al Object
return void
        public static void BGL_LEXICAL_STACK_SET(Object al)
        {
            bgldynamic.abgldynamic.get().lexical_stack = al;
        }
foreign