This command is the most extended command of all commands! Here you can type classic batch code.
The syntax of this command is:

system {
if $this[Something]=="Hello World" (
echo Hello World
) else (
echo $this[Something]
)
pause > nul
}