Prev: Upflickr v0.1.6
Next: [ANN] Call for Papers for 2010 Workshop on Scheme and Functional Programming
From: lalawawa on 8 Jun 2010 20:17 In perl, one is able to sort of 'declare' variables by mentioning them in 'my' statements. Then, if you say 'use strict;', no variables that weren't previously thus 'declared' are allowed. This is useful in that it catches typos that might be difficult to detect in testing. Does ruby have an equivalent mechanism?
|
Pages: 1 Prev: Upflickr v0.1.6 Next: [ANN] Call for Papers for 2010 Workshop on Scheme and Functional Programming |