![]() |
BadScript 2
|
Interactive Console Extensions for the BadScript Runtime. More...
Static Public Member Functions | |
static void | RunInteractive (this BadRuntime runtime, IEnumerable< string > files) |
Runs the Interactive Console. | |
static async Task | RunInteractiveAsync (this BadRuntime runtime, IEnumerable< string > files) |
Interactive Console Extensions for the BadScript Runtime.
Definition at line 9 of file BadInteractiveExtensions.cs.
|
static |
Runs the Interactive Console.
runtime | The Runtime to use |
files | The Files to load before the Interactive Session begins |
Definition at line 16 of file BadInteractiveExtensions.cs.
|
static |
Definition at line 34 of file BadInteractiveExtensions.cs.