Go to the first, previous, next, last section, table of contents.
outputoutput("filename")
を実行する.
又, ファイル出力を終了し標準出力に戻りたい時には, 引数なしで
output() を実行する.
ctrl("echo",1)
を実行した後でファイル出力に切替えれば良い.
vtype() 参照) を含まない数式のファイルへの読み書きは,
bload(), bsave() を使うのが, 時間, 空間ともに効率がよい.
[83] output("afo");
fctr(x^2-y^2);
print("afo");
output();
1
[87] quit;
% cat afo
1
[84] [[1,1],[x+y,1],[x-y,1]]
[85] afo
0
[86]
ctrl, section bsave, bload.
Go to the first, previous, next, last section, table of contents.