$let
Define a variable, that you can access later through $get. This function is useful to temporarily store variables, like to save the result of a calculation
$let[variable name;variable value;remain after execution (yes/no , default no) (optional)]
Usage: The first value will only exist until cc ends its execution,the second will still be accessable until next bot restart (every 5d) You can use $get[varname] or $varname to retrieve the value
Related Functions
Check out: $get