Welcome to the Creatures Wiki! Log in and join the community.

Flow (CAOS)

From Creatures Wiki
Revision as of 05:26, 18 June 2017 by ScoobyGambit (talk | contribs) (Created page with "Flow is a concept in coding which determines the order in which instructions are read and executed by the computer, similar to the wikipedia:Order of operations|order of ope...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Flow is a concept in coding which determines the order in which instructions are read and executed by the computer, similar to the order of operations in mathematics (see wikipedia:Control flow). Flow involves conditionals and subroutines, or may allow the selection of a certain TARGet object.

In CAOS, commands which are used to control the execution flow of commands include:

C1