Rexx-extended-functions-hash

提供:Dev Guides
移動先:案内検索

Rexx-拡張機能ハッシュ

この関数は、文字列のハッシュ値を返します。

構文

hash(str)

パラメーター

  • str -これは入力文字列です。

戻り値

この関数は、文字列のハッシュ値を返します。

/*Main program*/
options arexx_bifs
say hash('cde')

上記のプログラムを実行すると、次の結果が得られます。

出力

44