User talk:Iritscen: Difference between revisions

(schedule ... repeat ... every ... pseudo code fix)
Line 48: Line 48:


found here:
found here:
http://wiki.oni2.net/BSL:Manual (schedule ... repeat ... every ...)
[[BSL:Manual#schedule_..._repeat_..._every_...]]


is not correct. It is not equivalent to (at least if you change the variables, let say 50 to -1) in
is not correct. It is not equivalent to (at least if you change the variables, let say 50 to -1) in
Line 70: Line 70:


It would run forever. Please consider to edit the page or if you want I can do it. Thanks. [[User:Script 10k|Script 10k]] ([[User talk:Script 10k|talk]]) 19:27, 2 November 2017 (CET)
It would run forever. Please consider to edit the page or if you want I can do it. Thanks. [[User:Script 10k|Script 10k]] ([[User talk:Script 10k|talk]]) 19:27, 2 November 2017 (CET)
:Oh, good point! Sorry I changed your pseudocode and didn't think about why you used "!=" instead of "<". Before I fix the page, let me ask, shouldn't I just set it back to the "for" loop that you wrote before? Is there a reason why the "do-while" loop above is preferable? --[[User:Iritscen|Iritscen]] ([[User talk:Iritscen|talk]]) 22:41, 2 November 2017 (CET)