diff --git a/examples/crossplatform/fizzbuzz2.mfk b/examples/crossplatform/fizzbuzz2.mfk index 71ae35c6..c41b60ce 100644 --- a/examples/crossplatform/fizzbuzz2.mfk +++ b/examples/crossplatform/fizzbuzz2.mfk @@ -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) {