# three, two functional spatial variables, COUNT and SUM, referencing the same # stochastic variable, all cases: # one-dimensional ENTITY three01 , "" , "tests/model_all_spat/file.txt" { INTEGER dept01 ~ discrete_uniform(0, 1) INTEGER st01 = SUM(& dept01) INTEGER ct01 = COUNT(& dept01) }