All public logs
Combined display of all available logs of ElixirBlocks. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:23, 13 October 2023 Admin talk contribs created page How to Create Default Parameters/Arguments for a Function (Created page with " The two backslash characters are used to create default parameters/arguments in a function. <source> def x(item \\ %{})do item # default argument of %{} end </source>")