Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After shift; shift is called, helloWorld arguments are:

  • $1Mypreviously stored in local variable txt1
  • $2namepreviously stored in local variable txt2
  • $1 - is
  • $2 - Anna
  • $@ - is Anna → stored in local variable rest

...