public override void Run(Context context)
 {
     var outValue = new WriteLineInput(PhraseSource(context.Input), (int) context.Input);
     context.PushToNext(outValue);
 }
Example #2
0
        public override void Run(Context context)
        {
            var outValue = new WriteLineInput(PhraseSource(context.Input), (int)context.Input);

            context.PushToNext(outValue);
        }