//    Instruction Example :     string terminal.name.get ()


        screen.resolution.set (512,384)

        $Mysystem=terminal.name.get ()

        text.display ("My Computer operating system is : "+$Mysystem,CENTER,CENTER)

        text.display ("Press a key to exit.", CENTER,350)

        keyboard.wait ()

        script.stop ()