1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00
This commit is contained in:
Karol Stasiak 2019-07-27 01:11:46 +02:00
parent 35ba36ce11
commit bb5c633172

View File

@ -26,7 +26,7 @@ void main() {
for s,0,until,stages.length {
if call(stages[s].predicate, i) {
printed = true
putstrz(stages[js].text)
putstrz(stages[s].text)
}
}
if not(printed) {