Scilab カレントディレクトリを出力
Scilab カレントディレクトリを取得
pwd x=pwd()
pwd は, Scilab カレントディレクトリ を ans に返します. x=pwd() は x にScilab カレントディレクトリを返します.
pwd
ans
x=pwd()
x