Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- begin
- #with(an(easy(program.)))
- #you(should(be(able(to(write))))
- a(program) unless
- for you, program in ruby(language(is)) ### ここでyouとprogramが「定義」される
- #too(difficult.(At(the)))
- end
- #of(your(journey(towards(the))))
- #ultimate(program); you(must)
- #be(a(part(of(a(programming))))
- #language.(You(will))
- end if you != program ### youとprogramは定義されているのでエラーにはならない
- #これと同じことである:
- begin
- terminate(process) if for hello in ruby(world) do undefined end ### 世界をRubyすることに対し挨拶が未定義動作をする時、プロセスを終了せよ(苦笑)
- end if hello
- #もしくは
- hello=world if hello
- for hello in world
- Rubyの変数定義はよくわかりません。
- end if hello
Add Comment
Please, Sign In to add comment