Retourner au contenu associé (dépêche : Whippet : un langage de script sans prétentions)
Posté par Bruno Michel (site web personnel) le 25 décembre 2010 à 21:23. En réponse à la dépêche Whippet : un langage de script sans prétentions. Évalué à 3.
methods_begin proc myproc (a) { printout $a } methods_end set string hello "Hello world!" myproc ( $hello ) unset hello
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: On reste sur sa faim
Posté par Bruno Michel (site web personnel) . En réponse à la dépêche Whippet : un langage de script sans prétentions. Évalué à 3.
methods_begin
proc myproc (a)
{
printout $a
}
methods_end
set string hello "Hello world!"
myproc ( $hello )
unset hello