Timeline
Not logged in

Parents and children of check-in [060f267779]

2010-11-21
01:35
[3464a035ec] source code cleanup (user: kinaba, tags: trunk)

2010-11-20
23:29
[060f267779] fixed the bug that the first declaration inside a function cannt be recursive: def foo() { def bar() { bar() }; bar() }; foo() # bar cannot be found (user: kinaba, tags: trunk)

23:04
[8e3db9ef20] macro worked! (user: kinaba, tags: trunk)