Go to the first, previous, next, last section, table of contents.


set_print_function

set_print_function([fname])
:: 画面表示用の関数を登録
return
整数
fname
文字列
[219] def my_output(F) {  
           print("Out: ",0); print(rtostr(F));
      }
[220] set_print_function("my_output");
Out: 0
[221]  1+2;
Out: 3
参照
@xref{rtostr}

ChangeLog


Go to the first, previous, next, last section, table of contents.