On Mon, Jun 13, 2016 at 2:33 PM, José Valim <[email protected] > wrote:
> > This one is expanded by the OS. This means that it becomes: > > elixir -r a1.exs a2.exs duh.exs > > Which means a1 is required, a2 is executed as a script and duh.exs is > passed to System.argv. > > > This is expanded by Elixir, which means everything is properly required. > > Ahh, of course, thank you. I was thinking for a moment that the shell expanded inside double quotes and honored single quotes. Hal -- You received this message because you are subscribed to the Google Groups "elixir-lang-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-talk/CACrXA6Uy_LRDrgQJ9_FDxxGRbMxg5YzozbXz0TWHZdxivBc%3DuQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
