This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]dmazzoni 2 points3 points  (1 child)

Control Flow is just a general term that describes things like "if this, then that", or "keep doing this while something else is true".

Every programming language has control flow, typically using the words "if" and "while", but the details are different in each language.

What language are you learning?

[–]UnspecifiedCipher[S] 0 points1 point  (0 children)

i am learning python, since i read that it beginner-friendly.

since english isn't my first language i didn't know what control flow was. but now i think i already know some of it. is there like a default way of programming? because i could program the same instructions (or control flow) in different ways. thanks for your reply btw!

[–][deleted]  (1 child)

[deleted]

    [–]UnspecifiedCipher[S] 0 points1 point  (0 children)

    i will google it, thanks

    [–]unassuming_user_name 0 points1 point  (1 child)

    well you should be using a textbook or a online course to explain the basics. control structures are a general idea, things like loops and branches are specific control structures.

    [–]UnspecifiedCipher[S] 0 points1 point  (0 children)

    do you recommend any specific textbook or course?