Versions Compared

Key

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

...

Expand
titleSolution
Code Block
languagebash
tmux new
source step_04.sh

( check_not_empty 123 'important integer' )
( check_not_empty ''  'important integer' )
( check_equal abc abc )
( check_equal abc def string1 string2 )

exit

value checking functions