//    Instruction Example :      arc.clear (long,long,long,long,long,long,long)

    Screen.Resolution.Set(512, 384)

    Screen.Color(96, 128, 192)

        Arc.Clear(CENTER, CENTER, 80, 0, 120, 32, TRUE)

        Screen.Set(FRONT)
          Text.Display("Press a key to exit.", CENTER, 350)
        Keyboard.Wait()
    Screen.End()

    Script.Stop()