Instructions
% U
' '#4$4E @
&2
var1 = 10 * 20;
//Multiplies the value 10 by 20 and assign
//the result to variable var1
% F
' '@E @
&2
var1 = 20 / 10;
//Divides 20 by 10 and assign the result to
//variable var1
% V
' '@@=@E@@=
&2
var1 = var2
//Assign the value of var2 to var1
% #WXY
' 'DNE@
&2
var1 = sqrt(9);
//The square root of the value 9 is assigned
//to var1.
'.-79)9%>9+2
0