-
Notifications
You must be signed in to change notification settings - Fork 43
Home
Jens Borrisholt edited this page Nov 26, 2017
·
1 revision
This is a Delphi implementation of the well known Console Class from C#. With this in hand you can use Console.WriteLine or Console.ForegroundColor ...
For further documentation of each method please refer to Microsoft C# documentation https://msdn.microsoft.com/en-us/library/system.console(v=vs.110).aspx As a demo project I've included a simple Snake game.