Arc Forumnew | comments | leaders | submitlogin
1 point by Amferreira 5842 days ago | link | parent

Well, I'm kinda ashamed, but I just found out that define in scheme does just that. If you define a variable inside a block, the variable belongs to that block. Does def in arc work like that also? (I don't have arc in this computer, so I can't test it)


2 points by stefano 5842 days ago | link

I think internal 'define in scheme must occur at the beginning of a function definition, not intermixed wth other expressions.

-----

2 points by almkglor 5842 days ago | link

No, it doesn't

-----