10
in variable called x and number 0x1A
in a variable called y. Also store the sum of x and y in a variable called z. Store the following string :
Yag
likes
emojis
^_^
into a variable called a. Output a followed by x , y and z each in a new line. \{{$x := 10.0}}
{{$x := .Server.MemberCount}}
{{$x := 0xAB11615E}}
{{$x := .Channel.Name}}
{{$x := div 5 2.3}}
{{$x := currentTime}}
{{$x := .Member.Roles}}
{{$x := .User}}
{{$x := "ab\nc\\\"\n\\"}}
{{$x := .DoesNotExist}}
{{$x := ` ok
hi
hello
bye`}}
\
{{$x := mult 3 2.5}} {{$y := div 10 $x}} {{$y1 := fdiv 10 $x}}
{{$z := sub 5 $y}} {{$a := div 18.0 $z}}
{{$x}} , {{$y}} , {{$y1}} , {{$z}} , {{$a}}
\
{{$int := 015}} {{$value := fdiv $int (sub $int 1)}}
{{$value_int := add (toInt $value) 0xa05}}
{{$int}}, {{$value}}, {{$value_int}}