// Instruction Example : string terminal.processor.name.get ()
screen
.resolution
.set
(
512
,
384
)
$Myprocessor
=
terminal
.processor.name
.get
(
)
text
.display
(
"My Computer processor type is : "
+
$Myprocessor
,
CENTER
,
CENTER
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)