Ejemplo n.º 1
0
        public void Setup()
        {
            var scripts = new Scripts();

            _const_true_runtime = Funny.Hardcore.Build(scripts.ConstTrue);
            _const_Kxb_runtime  = Funny.Hardcore.Build(scripts.ConstKxb);
            _varkxb_runtime     = Funny.Hardcore.Build(scripts.VarKxb);
            var x = _varkxb_runtime.GetVariables().First(v => v.IsReadonly);

            x.SetClrValue(100.0);
        }