I'm trying to figure out how I would make a console like input and then display an output. Almost like a DOS, or Terminal prompt.
So a user can input a few commands and then it will display an output based on whatever he provided.
I'd like it to be functional in terms of the fact that the user has a few options and then have different outputs based on that.
Anyone have any ideas on how to do that in C3?