Example - Sin Function

  1. Sub Main ()

    1. pi = 4 * Atn(1)

      rad = 90 * (pi/180)

      x = Sin(rad)

      print x

    End Sub