Difference between Echo and Print
echo can take multiple arguments: echo $a, $b; print cannot. print returns 1; echo is a language construct with no return. Speed difference is not a viva that matters. Say: we use echo.
Trap — a two-page table with no example.
Exam tip
echo for daily work. print = one arg + return 1.