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.