User contributions
From WikiPrizm
Jump to navigationJump to search- 23:15, 21 February 2012 diff hist +283 N BasicToken:=> Created page with '= =>(Jump Code) = == Description == This command is used for conditional jump. == Syntax == ''Condition'''''=>'''''Code to run if condition is true'' '''return, colon or triangl…' current
- 23:11, 21 February 2012 diff hist +2 BASIC Reference →BASIC Token Reference Guide
- 23:10, 21 February 2012 diff hist +10 BASIC Reference →BASIC Token Reference Guide
- 18:50, 21 February 2012 diff hist +172 N BasicToken:Ran Created page with '= Ran# = == Description == This command returns the random non-integer number between 0 and 1. == Syntax == '''Ran#''' == Example == Ran# Category:BASIC_Commands' current
- 20:25, 20 February 2012 diff hist +284 N BasicToken:To Created page with '= To = == Description == This command creates counter loop along with '''For''' and '''Next''' == Syntax == '''For''' ''Start_Num'' → ''Variable'' '''To''' ''End_Num'' ...Stu…' current
- 20:21, 20 February 2012 diff hist +141 N BasicToken:Pie Created page with '= Pie = == Description == This sets the stat graph type to Pie graph. == Syntax == '''Pie''' == Example == Pie Category:BASIC_Commands' current
- 20:18, 20 February 2012 diff hist +151 N BasicToken:Hist Created page with '= Histograph = == Description == This sets the stat graph type to Histograph. == Syntax == '''Hist''' == Example == Hist Category:BASIC_Commands' current
- 20:17, 20 February 2012 diff hist +141 N BasicToken:Bar Created page with '= Bar = == Description == This sets the stat graph type to Bar graph. == Syntax == '''Bar''' == Example == Bar Category:BASIC_Commands' current
- 21:01, 16 February 2012 diff hist +153 N BasicToken:minY Created page with '= minY = == Description == This is for specifying minimum y value in y axis at graphscreen. == Syntax == ''Value''→'''MinY''' == Example == 3→MinY' current
- 21:00, 16 February 2012 diff hist +153 N BasicToken:minX Created page with '= minX = == Description == This is for specifying minimum x value in x axis at graphscreen. == Syntax == ''Value''→'''MinX''' == Example == 3→MinX' current
- 20:59, 16 February 2012 diff hist +153 N BasicToken:maxY Created page with '= maxY = == Description == This is for specifying Maximum y value in y axis at graphscreen. == Syntax == ''Value''→'''MaxY''' == Example == 3→MaxY' current
- 20:59, 16 February 2012 diff hist -3 BasicToken:maxX current
- 20:58, 16 February 2012 diff hist +156 N BasicToken:maxX Created page with '= LpWhile = == Description == This is for specifying Maximum x value in x axis at graphscreen. == Syntax == ''Value''→'''MaxX''' == Example == 3→MaxX'
- 20:53, 16 February 2012 diff hist +199 N BasicToken:LpWhile Created page with '= LpWhile = == Description == This command is used to create Do-LoopWhile along with '''Do''' == Syntax == '''Do''' ...Codes... '''LpWhile''' ''Condition'' == Example == Do …' current
- 20:52, 16 February 2012 diff hist +199 N BasicToken:Do Created page with '= Do = == Description == This command is used to create Do-LoopWhile along with '''LpWhile''' == Syntax == '''Do''' ...Codes... '''LpWhile''' ''Condition'' == Example == Do …' current
- 20:49, 16 February 2012 diff hist +166 N BasicToken:Fix Created page with '= Fix = == Description == This command is used to specify the number of digits displayed after decimal point. == Syntax == '''Fix''' ''Number'' == Example == Fix 3' current
- 20:48, 16 February 2012 diff hist +166 N BasicToken:Break Created page with '= Break = == Description == This command is used to break out of the loop. == Syntax == '''Break''' == Example == For 1→A To 21 If A=3 Then Break IfEnd Next' current
- 20:46, 16 February 2012 diff hist +138 N BasicToken:Goto Created page with '= Goto = == Description == This command is used to jump to specified label. == Syntax == '''Goto''' ''Label_Name'' == Example == Goto A' current
- 19:40, 16 February 2012 diff hist +1 BasicToken:Π →Example current
- 19:40, 16 February 2012 diff hist +163 N BasicToken:Π Created page with '= Π = == Description == This is Π, as in 3.14159.... This is a number, not a variable. == Syntax == '''Π''' == Example == Π Π+3 Category:BASIC_Commands'