Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
we should probably allow
1..3.each
or
1..3.toList()
and so forth to mean
(1..3).methodCall
right now the method applies to the '3' rather than the range