uflowUflow is a simple non-executable human readable language used to describe user flows PurposeThe purpose of UFlow is to make writing user flows and instructive documents more concise and same logic control flow that are used in true programing language. UFlow is not a replacement for Markdown. KeywordsIFStart of an if statement directly followed by a statement that can be read as being true or false.
If the statement is read as being true then the the following statements should be read until
the END or ELSE keyboard is encountered.
THENAn optional ending of an IF statement
ELSEUsed in combination with an IF statement. If an IF statement is false then the statements
following ELSE should be read.
ENDEnds a group of statements.
WHEN, SWITCHSomething
EXITSomething
FLOWSomething
GOTOSomething
RUNSomething
LABELSomething
DOSomething
WHILESomething
FAQsQ. How do I read a UFlow file? A. Well start from the top silly. Q. System requirements A. A computer |