Skip to content
This repository was archived by the owner on Aug 18, 2026. It is now read-only.

Compare command

Alvin Cheng edited this page Jan 9, 2023 · 1 revision

Description

This is the compare command, this command will compare argument 1 with argument 2 if it's the same. If they are the same, it will return true and if it's not the same it will return false. Simple as that! If you still don't know please refer to the example below:

Example

$VARIABLE = (compare "<VALUE>" "<VALUE>");

Clone this wiki locally