User Tools

Site Tools


playground:grauniad

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:grauniad [2013/01/13 01:24] grauniadplayground:grauniad [2013/01/17 11:12] (current) – removed grauniad
Line 1: Line 1:
-|a            |b                         |[[do]]             | 
-|[[-?!]]      |[[-?VARNAME</nowiki>]]    |[[:destroyed]]      
-|[[%%-?!%%]]  |[[%%-?VARNAME%%]]|[[:destroyed]]              |     
-|[[<nowiki>-?!</nowiki>]] |[[-<nowiki>?VARNAME</nowiki>]]|[[<nowiki>:destroyed</nowiki>]]|    
  
-======= Heading One ======= 
-======= Heading One two ======== 
-====== Heading One three ====== 
-===== Heading One Four ===== 
-==== Heading One Five ==== 
-=== Heading One Six === 
-== Heading One Seven == 
-= Heading One Eight = 
- 
-<code java> 
-/** 
- * The HelloWorldApp class implements an application that 
- * simply displays "Hello World!" to the standard output. 
- */ 
-class HelloWorldApp { 
-    public static void main(String[] args) { 
-        System.out.println("Hello World!"); //Display the string. 
-    } 
-}</code> 
- 
-=====  $VARNAME:DEF_VAL  ===== 
- 
-^Arguments^Result^Notation^ 
-| | |''%%-- %%''| 
- 
- 
-=== Description === 
-Defines an input variable. Input variables are created at script start and assigned either the default value, or a value specified in the editor. 
-=== Examples === 
-<code> 
-$amtToEmit:10  
-$interval:15  
-CurrentCoords <-amtToEmit SetCreeper  
-<-interval Delay 
-</code>  
- 
-<!--- Start of Page ---> 
-=====  -> ===== 
- 
-^Arguments^Result^Notation^ 
-|String, item | |''s1 n1 -- ''| 
- 
- 
-=== Description === 
-Pops a name of a variable and an item from the stack and stores the item in the variable. 
-=== Examples === 
-<code> 
-# Build a string by concatenating "xy" and "z" 
-# Store the number 123 in the variable named "xyz" 
-"xy" "z" concat 123 -> 
-<-xyz trace 
-</code> 
playground/grauniad.1358058275.txt.gz · Last modified: 2014/10/01 15:02 (external edit)