sin(<Operand>)
Sin operator.
An expression that evaluates to a number.
variable tVar as Number put sin(pi / 2) into tVar -- tVar contains 1
variable tVar as Number put the sine of pi into tVar -- tVar contains 0