Loops/Continue: Difference between revisions

m
In Ada 2012 the statement after the label is no longer needed.
(→‎{{header|Julia}}: A new entry for Julia)
m (In Ada 2012 the statement after the label is no longer needed.)
Line 41:
end if;
Put (",");
-- label must be followed by a statement.
<<Continue>>
null;
end loop;
end Loop_Continue;</lang>
Anonymous user