== Concept ==
C# code will be interpreted like script code. This script can be either loaded from file and executed at start up or directly typed into a console window. When starting up the console it will automatically execute some common using statements in order to comfortably with code from these assemblies: System, UBIK, UBIK.Kernel, System.Collections.Generic, UBIK.Dynamic, System.Linq. If you need other namespaces you need to load them in your code.
== Using the console ==
By simply executing UBIK.Console.exe
=== Semikolon or not, that is the question ===
=== Mono and Roslyn ===
== Example using Script file ==