while
📝 Syntax
📄 Description
💡 Example
i = 0;
while lt(i, 10)
disp(i)
i = i + 1;
end
🔗 See also
🕔 History
Version
📄 Description
Last updated
i = 0;
while lt(i, 10)
disp(i)
i = i + 1;
end
Last updated