内容へ移動
fl8 Wiki
ユーザ用ツール
ログイン
サイト用ツール
検索
ツール
文書の表示
以前のリビジョン
バックリンク
最近の変更
メディアマネージャー
サイトマップ
ログイン
>
最近の変更
メディアマネージャー
サイトマップ
現在位置:
Dokuwiki.fl8.jp
»
ruby
»
01_basic
»
03 for文
トレース:
ruby:01_basic:03_for_statement
この文書は読取専用です。文書のソースを閲覧することは可能ですが、変更はできません。もし変更したい場合は管理者に連絡してください。
====== 03 for文 ====== <box 70% round left orange|for.rb> <code console> for i in 1..3 do print("i=", i, "\n") end print("End") </code> </box> ===== 実行 ===== <code console> $ ruby for.rb i=1 i=2 i=3 </code>
ruby/01_basic/03_for_statement.txt
· 最終更新: 2015/10/29 04:03 by
matsui
ページ用ツール
文書の表示
以前のリビジョン
バックリンク
文書の先頭へ