OCaml
Basic question on looping
Learning
nojb
April 27, 2022, 2:10pm
2
for i = 1 to 100 do print_endline (string_of_int i) done
Cheers,
Nicolas
3 Likes
V3.ocaml.org: we are live!
show post in topic
Related topics
Topic
Replies
Views
Activity
Draft Tutorial on Mutability, Loops, and Imperative Programming
Learning
announce
,
ocamlorg
,
learn-ocaml
,
tutorial
4
804
November 30, 2023
How to break a for loop in a nice way
Learning
9
2965
May 16, 2022
How do you Iterate in OCaml?
Learning
4
4486
May 11, 2020
Is this idiomatic ocaml code?
Learning
13
769
April 1, 2023
Mutable record field is not mutable?
Learning
3
607
May 3, 2022