werl

werl

Command

werl

Command summary

The Erlang Emulator

Description

On Windows, the preferred way to start the Erlang system for interactive use is:

werl <arguments>

This will start Erlang in its own window, with fully functioning command-line editing and scrollbars. All flags except -oldshell work as they do for the erl command-

Ctrl-C is reserved for copying text to the clipboard (Ctrl-V to paste)- To interrupt the runtime system or the shell process (depending on what has been specified with the +B system flag), you should use Ctrl-Break-

In cases where you want to redirect standard input and-or standard output or use Erlang in a pipeline, the werl is not suitable, and the erl pr