<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.starfall.wtf/index.php?action=history&amp;feed=atom&amp;title=Flowcharts</id>
	<title>Flowcharts - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.starfall.wtf/index.php?action=history&amp;feed=atom&amp;title=Flowcharts"/>
	<link rel="alternate" type="text/html" href="https://wiki.starfall.wtf/index.php?title=Flowcharts&amp;action=history"/>
	<updated>2026-07-28T17:10:00Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.starfall.wtf/index.php?title=Flowcharts&amp;diff=465&amp;oldid=prev</id>
		<title>PRG: Created page with &quot;{{ImproperArchive}} __TOC__  == Introduction ==  This tutorial is intended to familiarize you with &lt;b&gt;flowcharts&lt;/b&gt;.  == What is a flowchart? ==   A &lt;b&gt;flowchart&lt;/b&gt; is a visual representation of a process.  It is helpful with programming because you can build the basic structure of your program or script without even touching any code.  You can also find flaws in the &lt;b&gt;structure&lt;/b&gt; of your code without having to write any code.  A flowchart will not debug typos in yo...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.starfall.wtf/index.php?title=Flowcharts&amp;diff=465&amp;oldid=prev"/>
		<updated>2024-12-10T22:05:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{ImproperArchive}} __TOC__  == Introduction ==  This tutorial is intended to familiarize you with &amp;lt;b&amp;gt;flowcharts&amp;lt;/b&amp;gt;.  == What is a flowchart? ==   A &amp;lt;b&amp;gt;flowchart&amp;lt;/b&amp;gt; is a visual representation of a process.  It is helpful with programming because you can build the basic structure of your program or script without even touching any code.  You can also find flaws in the &amp;lt;b&amp;gt;structure&amp;lt;/b&amp;gt; of your code without having to write any code.  A flowchart will not debug typos in yo...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ImproperArchive}}&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
This tutorial is intended to familiarize you with &amp;lt;b&amp;gt;flowcharts&amp;lt;/b&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
== What is a flowchart? == &lt;br /&gt;
&lt;br /&gt;
A &amp;lt;b&amp;gt;flowchart&amp;lt;/b&amp;gt; is a visual representation of a process.  It is helpful with programming because you can build the basic structure of your program or script without even touching any code.  You can also find flaws in the &amp;lt;b&amp;gt;structure&amp;lt;/b&amp;gt; of your code without having to write any code.  A flowchart will not debug typos in your code, however.&lt;br /&gt;
&lt;br /&gt;
Although it is quite possible to create simple code without relying on flowcharts, the more complex your scripts and programs are, the more helpful a flowchart can become.&lt;br /&gt;
&lt;br /&gt;
== Symbols ==&lt;br /&gt;
&lt;br /&gt;
A flowchart will typically begin at a &amp;quot;Start&amp;quot; oval, and end at an &amp;quot;End&amp;quot; oval.  Most of the time the direction of the program/code is expressly stipulated by arrows.&lt;br /&gt;
&lt;br /&gt;
[[Image:Flowchart.JPG]]&lt;br /&gt;
&lt;br /&gt;
Other symbols are as follows: &lt;br /&gt;
&lt;br /&gt;
*Input/Output is represented as a parallelogram.&lt;br /&gt;
&lt;br /&gt;
*Processing steps are represented as rectangles.&lt;br /&gt;
&lt;br /&gt;
*[[Conditional statements]] are represented as a diamond. These typically contain a Yes/No question or True/False test.   &lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting Tutorials]]&lt;/div&gt;</summary>
		<author><name>PRG</name></author>
	</entry>
</feed>