pascal下的uses crt下都有什么语句

来源:百度知道 编辑:UC知道 时间:2024/05/22 14:09:04
我知道有个可以发声的,还有什么其他的语句啊!

你是问CRT单元有些什么功能,是吧,你在TURBO PASCAL里面输入一个CRT,然后按下CTRL+F1,弹出一个窗口里面选CRT-UNIT,可以查看你所有需要的内容,下面粘贴CRT的过程(PROCEDURE)和函数(FUNCTION):

  Crt Unit Procedures and Functions

  AssignCrt      │ Proc │ Associates a text file with the CRT window.
  ClrEol         │ Proc │ Clears all the characters from the cursor position
                 │      │ to the end of the line.
  ClrScr         │ Proc │ Clears the screen and returns the cursor to the