Rexx - 擴充套件函式 buftype



此函式用於顯示堆疊的內容,通常用於除錯。

語法

buftype() 

引數

返回值

顯示堆疊的詳細資訊。

示例

/* Main program */ 
options arexx_bifs 
say buftype() 

執行以上程式後,將得到以下結果。這取決於系統的當前狀態。

以下程式只是一個示例。

輸出

==> Name: SESSION 
==> Lines: 0 
==> Buffer: 0 
==> End of Stack 
rexx_extended_functions.htm
廣告
© . All rights reserved.