3.5.4 Delivering a standalone executable version of the application
The final step is to deliver the application as an executable,
MLWorks.Deliver.deliver("app", run);
You can now run the app executable:
> app
This is my typed line of input.
The output is: This is my typed line of input.
>