$a
is even or odd and print : Number is Even
or Number is Odd
depending on case. Verify the output for the following values of $a
: 1 , 9 , 0, 10021 , -5\{{$num1 := 10}}
{{if $num1}}
{{num1 := 6}} {{$num1}}
{{end}}
{{if not (mod $num1 3)}}
{{$num1}}
{{end}}
{{$num1}}
\{{$name := "John"}}
{{if eq $name "John"}}
{{$family_name := "Walters"}}
{{end}}
My name is: {{$name}} {{$family_name}}
{{$string := "happy"}}
{{if gt $string "Sad"}}
Be {{$string}}!
{{else}}
Dont be {{$string}}!
{{end}}
Hello
followed by his nickname. Otherwise print Hello
followed by their username + discriminator.\