From ebab487fcd7633038b9272ddbe31c268cda15723 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 25 Nov 1999 09:03:08 +0000 Subject: 19991125 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ToDo | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ToDo') diff --git a/ToDo b/ToDo index f39a018348..c762f3c988 100644 --- a/ToDo +++ b/ToDo @@ -2,9 +2,10 @@ Language Spec. - def foo; .. rescue .. end - compile time string concatenation, "hello" "world" => "helloworld" -- rescue modifier; a rescue b => begin a rescue; b end - assignable constant, which now should be called shared variable. - class variable (prefix?) -- done by shared variable +- rescue modifier; a rescue b => begin a rescue; b end +* operator !! for rescue. * objectify symbols * objectify characters * ../... outside condition invokes operator method too. @@ -39,8 +40,8 @@ Standard Libraries - Array#{first,last,at} - Dir.glob(pat){|f|...} - sprintf/printf's $ to specify argument order +- Dir.glob("**/*.c") ala zsh * debugger for thread programming -* Dir.glob("**/*.c") ala zsh * Struct::new([name,]member,...) ?? * String#scanf(?) * Object#fmt(?) -- cgit v1.2.3