User contributions
From WikiPrizm
Jump to navigationJump to search- 16:00, 1 March 2012 diff hist +1 m BasicToken:StrLeft( current
- 16:00, 1 March 2012 diff hist +357 N BasicToken:StrRight( Created page with '== StrRight( == == Description == This command reads a number of letters from the string's ed(the right part of it) == Syntax == StrRight(<String name>,<number of letters to …' current
- 15:58, 1 March 2012 diff hist +360 N BasicToken:StrLeft( Created page with '== StrLeft( == == Description == This command reads a number of letters from the string's beginning(the left part of it) == Syntax == StrLeft(<String name>,<number of letters…'
- 17:00, 29 February 2012 diff hist +240 N BasicToken:StrInv( Created page with '== StrInv( == == Description == Inverts the inputted string. == Syntax == StrInv(<String name>) == Example == "EMAG EHT" → Str 1 Locate 1,1,StrInv(Str 1) //Return…' current
- 16:42, 29 February 2012 diff hist +249 N BasicToken:StrLen( Created page with '== StrLen( == == Description == Returns the length of the inputted string == Syntax == StrLen(<String name>) == Example == "PIE" → Str 1 Locate 1,1,StrLen(Str 1) …' current
- 16:35, 29 February 2012 diff hist +265 N BasicToken:StrJoin( Created page with '==StrJoin( == Description == Connects two strings together == Syntax == StrJoin(<First string>,<Second string>) == Example == "EGGPLANT " → Str 1 "SOUFFLE" → Str 2 S…' current
- 16:30, 29 February 2012 diff hist +160 N BasicToken:Stop Created page with '== Stop == == Description == This command stops the program immediately == Syntax == Stop (no arguments) == Example == Stop Category:BASIC_Commands' current
- 16:28, 29 February 2012 diff hist +158 N BasicToken:cosh¯¹ Created page with '= Cosh¯¹ = == Description == This command returns the hyperbolic arccosine of the value. == Syntax == '''Cosh¯¹''' ''Value'' == Example == Cosh¯¹ .75' current
- 16:27, 29 February 2012 diff hist +156 N BasicToken:Sinh¯¹ Created page with '= Sinh¯¹ = == Description == This command returns the hyperbolic arcsine of the value. == Syntax == '''Sinh¯¹''' ''Value'' == Example == Sinh¯¹ .75' current
- 16:26, 29 February 2012 diff hist +159 N BasicToken:Tanh¯¹ Created page with '= Tanh¯¹ = == Description == This command returns the hyperbolic arctangent of the value. == Syntax == '''Tanh¯¹''' ''Value'' == Example == Tanh¯¹ .75' current
- 16:22, 29 February 2012 diff hist +8 m BasicToken:FuncOff →Description current
- 16:20, 29 February 2012 diff hist +8 m BasicToken:FuncOn grammar fix current
- 16:19, 29 February 2012 diff hist +250 N BasicToken:PxlChg Created page with '== PxlChg == == Description == This command inverts a pixel on the graph screen(if the pixel was on, it gets turned off, and vice versa). == Syntax == PxlChg <X-coordinate>,<…' current
- 16:17, 29 February 2012 diff hist +4 BasicToken:PxlOff current
- 16:17, 29 February 2012 diff hist +189 N BasicToken:PxlOn Created page with '== PxlOn == == Description == This command turns a pixel on the graph screen on. == Syntax == PxlOn <X-coordinate>,<Y-coordinate> == Example == PxlOn 5,5 [[Category:BASIC…' current
- 16:17, 29 February 2012 diff hist +189 N BasicToken:PxlOff Created page with '== PxlOff == == Description == This command turns a pixel on the graph screen off. == Syntax == PxlOff <X-coordinate>,<Y-coordinate> == Example == PxlOff [[Category:BASIC…'
- 16:14, 29 February 2012 diff hist +171 N BasicToken:GridOn Created page with '== GridOn == == Description == This command turns the graph screen's grid on. == Syntax == GridOn (no arguments) == Example == GridOn Category:BASIC_Commands' current
- 16:13, 29 February 2012 diff hist +175 N BasicToken:GridOff Created page with '== GridOff == == Description == This command turns the graph screen's grid off. == Syntax == GridOff (no arguments) == Example == GridOff Category:BASIC_Commands' current
- 16:07, 29 February 2012 diff hist +178 N BasicToken:CoordOn Created page with '== Description == This command makes the coordinates display in the graph screen. == Syntax == CoordOn (no arguments) == Example == CoordOn Category:BASIC_Commands'
- 16:06, 29 February 2012 diff hist +1 BasicToken:CoordOff
- 16:06, 29 February 2012 diff hist +187 N BasicToken:CoordOff Created page with '== Description == This command stops the coordinates from displaying in the graph screen. == Syntax == CoordOff (no arguments) == Example == CoordOff [[Category:BASIC_C…'
- 16:03, 29 February 2012 diff hist +428 N BasicToken:SortD( Created page with '== Description == This command sorts a list's elements in descending order(high to low). == Syntax == SortD(<List name>) == Example == {1,45,2,3,5,2} → List 1 …' current
- 15:59, 29 February 2012 diff hist +2 BasicToken:SortA( →Example
- 15:58, 29 February 2012 diff hist +420 N BasicToken:SortA( Created page with '== Description == This command sorts a list's elements in ascending order(low to high). == Syntax == SortA(<List name>) == Example == {1,45,2,3,5,2} → List 1 …'
- 14:39, 29 February 2012 diff hist +270 N BasicToken:Dim Created page with '== Description == Finds the number of elements in an inputted list == Syntax == Dim <List name> == Example == {1,4,2,5,2,3} → List 1 //Stores data into 'List …'
- 14:29, 29 February 2012 diff hist +1 m BasicToken:RanInt →Example current
- 14:29, 29 February 2012 diff hist +2 m BasicToken:RanInt →Example
- 14:27, 29 February 2012 diff hist +325 N BasicToken:Mean( Created page with '== Description == Calculates the [http://en.wikipedia.org/wiki/Arithmetic_mean Arithmetic mean] of a number. == Syntax == Mean(<List name>) == Example == {1,5,2,7,3} → Lis…' current
- 14:19, 29 February 2012 diff hist +495 N BasicToken:RanInt Created page with '== Description == Outputs a random integer given lower and upper bounds. This function can also output a list of random numbers if an optional third argument is added == Syntax…'
- 14:06, 29 February 2012 diff hist +6 BasicToken:Circle →Syntax current
- 14:05, 29 February 2012 diff hist +2 BasicToken:cos →Syntax current
- 14:04, 29 February 2012 diff hist +270 N BasicToken:cos Created page with '== Description == calculates the cosine of the inputted number == Syntax == cos real number == Example == cos 60 //calculates the cosine of 60(the result depends on …'
- 14:02, 29 February 2012 diff hist +231 N BasicToken:Circle Created page with '== Description == Draws a circle at the given location == Syntax == Circle X-coordinate,Y-coordinate,radius in pixels == Example == Circle 15,20,25 //this draws a circle a…'