Erlang Language Format Strings

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Syntax

  • io:format(FormatString, Args) % write to standard output
  • io:format(standard_error, FormatString, Args) % write to standard error
  • io:format(F, FormatString, Args) % write to open file
  • io_lib:format(FormatString, Args) % return an iolist


Got any Erlang Language Question?