3 Internal Server Error
An error has occurred. The error has been logged and the system administrator has been notified.
You may go back and try again now, or, if the error persists, try again later. We apologize for the inconvenience.
Error Information
Error Code: 3
Error writing file '/tmp/MYsxhvcM' (Errcode: 28)
Error reported by:
/skins/lassosoft/inner-2c.lasso
Comments
define foo => type {
trait { import trait_queriable }
public forEach => {
local(gb = givenBlock)
loop(4) => {
#gb->invoke('baz')
}
}
}
iterate(foo, local(i))
#i
/iterate
trait { import trait_queriable }
public forEach => {
local(gb = givenBlock,
i = 4)
while(#i--) => {
#gb->invoke('baz')
}
}
}