{"tool":"erlc","tool_display":"Erlc","intent":"compile-and-run-sequential-erlang-program","intent_display":"compile and run sequential erlang program","title":"Erlc Command: compile and run sequential erlang program","command_string":"erlc <path/to/file1 path/to/file2 ...> && erl -noshell '{mymodule:myfunction(arguments)}, init:stop().'","raw_command_string":"erlc {{path/to/file1 path/to/file2 ...}} && erl -noshell '{{mymodule:myfunction(arguments)}}, init:stop().'","description":"Exact CLI syntax to compile and run sequential erlang program using Erlc.","usage_scenario":"When testing Erlang modules requiring procedural compilation and execution.","scenario_context":null,"simulated_output":null,"how_to_steps":null,"inferred_category":"Filesystem","canonical_url":"https://www.syntaxstandard.com/erlc/compile-and-run-sequential-erlang-program"}