'''User Defined Variables'''
x'''User-defined variables''' are variables which can be '''created by the user''' and exist in the session.�This means that no one can access user-defined variables that have been set by another user, and when the session is closed these variables expire.�Reference: https://mariadb.com/kb/en/user-defined-variables/
===Using Control Flow Statements in Shell Scripts===