Writeln
基本解釋
- n.寫行(write line的縮寫)
英漢例句
- Writeln(' -> [7].
系統(tǒng)信息 '); - Writeln(' -> [8].
退出系統(tǒng) '); - 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.
來自數(shù)據(jù)庫(kù)的響應(yīng)現(xiàn)在還不能寫,用Pascal寫,或者寫成(writeln)報(bào)表(statements):因爲(wèi)(rather),結(jié)果必須被轉(zhuǎn)換爲(wèi)字串竝顯示在Memo框內(nèi)。 - WRITELN(‘Enter natural number,-1 to end:’);
分析:過程的輸入爲(wèi)一串整數(shù), - writeln("Exception caught, beginning outer catch block");
} catch(outer) { // 外部例外処理 document.