Writeln
基本解釋
- n.寫(xiě)行(write line的縮寫(xiě))
英漢例句
- 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.
來(lái)自數(shù)據(jù)庫(kù)的響應(yīng)現(xiàn)在還不能寫(xiě),用Pascal寫(xiě),或者寫(xiě)成(writeln)報(bào)表(statements):因?yàn)椋╮ather),結(jié)果必須被轉(zhuǎn)換為字串并顯示在Memo框內(nèi)。 - WRITELN(‘Enter natural number,-1 to end:’);
分析:過(guò)程的輸入為一串整數(shù), - writeln("Exception caught, beginning outer catch block");
} catch(outer) { // 外部例外處理 document.