Latest beta run button give single step iteration
System dynamics program with additional features for economics
Brought to you by:
hpcoder,
profstevekeen
Oh what a difference a semicolon makes! It was:
after $d {if {$running} {step;} simulate}
and it should have been
after $d {if {$running} {step;}; simulate}