Writeln
基本解释
- n.写行(write line的缩写)
英汉例句
- Writeln(' -> [7].
系统信息 '); - Writeln(' -> [8].
退出系统 '); - The responses from the database cannot now be written using the Pascal write or writeln statements: rather, the replies have to be converted into strings and displayed in the Memo box.
来自数据库的响应现在还不能写,用Pascal写,或者写成(writeln)报表(statements):因为(rather),结果必须被转换为字串并显示在Memo框内。 - WRITELN(‘Enter natural number,-1 to end:’);
分析:过程的输入为一串整数, - writeln("Exception caught, beginning outer catch block");
} catch(outer) { // 外部例外处理 document.