model{ x ~ dpois(theta) theta ~ dunif(0, 1000) } DATA: list(x=42) INITS: list(theta = 10)