User contributions

From TVPaintWiki
Jump to: navigation, search
Search for contributions
 
 
     
  

(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)

  • 14:11, 22 December 2009 (diff | hist) . . (+19). . Nm Category:George language reference(Created page with 'Category:George') (current)
  • 14:09, 22 December 2009 (diff | hist) . . (-2). . m Template:LangRefCatCrumbs(current)
  • 14:09, 22 December 2009 (diff | hist) . . (+2). . m Template:LangRefCatCrumbs
  • 14:07, 22 December 2009 (diff | hist) . . (+7). . m Template:LangRefCatCrumbs
  • 14:06, 22 December 2009 (diff | hist) . . (0). . m Template:LangRefCatCrumbs
  • 14:05, 22 December 2009 (diff | hist) . . (+454). . Nm WHILE(Created page with '{{LangRefCatCrumbs}} WHILE(condition) (instructions) END Executes a series of instructions while the specified condition is true. Unlike the DO...UNTIL instruction, …') (current)
  • 14:04, 22 December 2009 (diff | hist) . . (+121). . Nm VERSION(Created page with '{{LangRefCatCrumbs}} VERSION Returns the version number of George program. Example : <pre> a= VERSION PRINT a </pre>') (current)
  • 14:04, 22 December 2009 (diff | hist) . . (+198). . Nm TRUNC()(Created page with '{{LangRefCatCrumbs}} TRUNC(variable, value) Returns the specified variable with the number of digits indicated by value after the decimal point. Example : pi = TRUNC(3.1415…') (current)
  • 14:03, 22 December 2009 (diff | hist) . . (+146). . Nm TIME(Created page with '{{LangRefCatCrumbs}} TIME Returns the hour, minutes and seconds of the current system time. Example : <pre> now = TIME PARSE now h m s </pre>') (current)
  • 14:03, 22 December 2009 (diff | hist) . . (+153). . Nm TAN()(Created page with '{{LangRefCatCrumbs}} TAN(angle) Returns the tangent corresponding to the specified angle. The result is expressed in degrees. Example : a = TAN(45)') (current)
  • 14:02, 22 December 2009 (diff | hist) . . (+92). . Nm SQR()(Created page with '{{LangRefCatCrumbs}} SQR(value) Returns the square root of value. Example : a = SQR(2)') (current)
  • 14:02, 22 December 2009 (diff | hist) . . (+150). . Nm SIN()(Created page with '{{LangRefCatCrumbs}} SIN(angle) Returns the sine corresponding to the specified angle. The result is expressed in degrees. Example : a = SIN(45)') (current)
  • 14:02, 22 December 2009 (diff | hist) . . (+218). . Nm RND()(Created page with '{{LangRefCatCrumbs}} RND(random) Returns a value drawn at random between 0 (inclusive) and the specified random value (exclusive). Example : // throw a die : random number …') (current)
  • 14:01, 22 December 2009 (diff | hist) . . (+135). . Nm PRINT(Created page with '{{LangRefCatCrumbs}} PRINT expression Displays the specified expression in a window. Examples : <pre> PRINT "Hello" PRINT a </pre>') (current)
  • 14:01, 22 December 2009 (diff | hist) . . (+131). . Nm PAUSE(Created page with '{{LangRefCatCrumbs}} PAUSE seconds Wait the number of seconds specified by the variable. Example : PAUSE 60 // Wait 1 minute') (current)
  • 14:00, 22 December 2009 (diff | hist) . . (+341). . Nm PARSE(Created page with '{{LangRefCatCrumbs}} PARSE string var1 var2 ... Analyze the specified character string and break it down into several variables. Space in the string act as separators. Examp…') (current)
  • 14:00, 22 December 2009 (diff | hist) . . (+580). . Nm PARAM(Created page with '{{LangRefCatCrumbs}} PARAM mode Indicates the type of parameters that the George script expects to receive (center and radius of circle, list of points, etc.). TVPaint uses t…') (current)
  • 13:59, 22 December 2009 (diff | hist) . . (+197). . Nm MIN()(Created page with '{{LangRefCatCrumbs}} MIN(var1, var2, ...) Returns the minimum value in the list of all specified variables. Example : <pre> // find the minimum mark min = MIN(mark1, mark2, m…')
  • 13:58, 22 December 2009 (diff | hist) . . (+198). . Nm MAX()(Created page with '{{LangRefCatCrumbs}} MAX(var1, var2, ...) Returns the maximum value in the list of all specified variables. Example : <pre> // find the maximum mark max = MAX(mark1, mark2, …')
  • 13:57, 22 December 2009 (diff | hist) . . (+171). . Nm LEN()(Created page with '{{LangRefCatCrumbs}} LEN(string) Returns the length (in other words the number of characters) in the specified string. Example : a = LEN("Hello") // a is equal to 4') (current)

(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)