Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
comments
コメント
説明
文字列以外でスラッシュを2回続けたものは コメントの開始を意味します. この連続したスラッシュおよびその行のこれ以降の改行までの文字は 解釈されません.
関数の内部で,最初の命令または空行までの最初のコメント行 は関数ヘルプのデフォルトの内容を指定するために使用することができます.
例
g=9.81// the gravity text='a//b' function y=myfunction(x) // myfunction は y=x^2+1 を計算します // x はベクトルまたは行列である必要があります y=x^2+1 endfunction help myfunction
Report an issue | ||
<< comma | Scilab keywords | comparison >> |