Exemple #1
0
        public static void EvalBot(RCRunner runner, RCClosure closure, RCBlock right)
        {
            long bot = runner.Bot(closure, right);

            runner.Yield(closure, new RCLong(bot));
        }