Differences between revisions 7 and 11 (spanning 4 versions)
Revision 7 as of 2008-11-21 10:27:23
Size: 1376
Editor: EllisMorgan
Comment:
Revision 11 as of 2008-11-25 15:06:49
Size: 2469
Editor: EllisMorgan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
The next few lines were entered by EllisMorgan in November 2008. Copying from my session and pasting to the Wiki editor does this:
 {{{
Dyalog APL/W Version 10.1.2
Serial No : 000168 / Pentium
Tue Nov 25 15:00:22 2008
clear ws
      4 60⍴16↓⎕av
_abcdefghijklmnopqrstuvwxyz¯.⍬0123456789¤¥$£¢∆ABCDEFGHIJK
LMNOPQRSTUVWXYZý·⍙ÁÂÃÇÈÊËÌÍÎÏÐÒÓÔÕÙÚÛÝþãìðòõ{⊢}⊣⌷¨ÀÄÅÆ⍨ÉÑ
ÖØÜΰàáâäåæçèéêëíîïñ[/⌿\⍀<≤=≥>≠∨∧-+÷×?∊⍴~↑↓⍳○*⌈⌊∇∘(⊂⊃∩∪⊥⊤|;,⍱
⍲⍒⍋⍉⌽⊖⍟⌹!⍕⍎⍫⍪≡≢óôöø"#&’┘┐┌└┼─├┤┴┬│@ùúû^ü‘∣¶:⍷¿¡⋄←→⍝)]§⎕⍞ÿ
}}}
Copying "Prim" from Kai's SpecialCharacters and pasting it into APL gives:
Line 12: Line 25:
123
2+2
wwwWWW
Dyalog APL/W Version 10.1.2
Serial No : 000168 / Pentium
Mon Nov 24 15:47:35 2008
clear ws
      Prim←{all/⍨2=+⌿0=all∘.|all←⍳⍵}
      Prim 13
2 3 5 7 11 13
Line 16: Line 33:
I am using Firefox 3.04 as my browser with APL385 Unicode.
Line 85: Line 103:

   {{{
   1 ¯1 (SyntheticDivision⍨⍣0)6 4.89 1
}}}

Feel free to experiment here, after the four dashes below. Please do not create new pages without any meaningful content just to try it out!

You may want to open HelpOnEditing in a new window or tab while you edit.


The next few lines were entered by EllisMorgan in November 2008. Copying from my session and pasting to the Wiki editor does this:

  • Dyalog APL/W Version 10.1.2
    Serial No : 000168 / Pentium
    Tue Nov 25 15:00:22 2008
    clear ws
          4 60⍴16↓⎕av
    _abcdefghijklmnopqrstuvwxyz¯.⍬0123456789¤¥$£¢∆ABCDEFGHIJK
    LMNOPQRSTUVWXYZý·⍙ÁÂÃÇÈÊËÌÍÎÏÐÒÓÔÕÙÚÛÝþãìðòõ{⊢}⊣⌷¨ÀÄÅÆ⍨ÉÑ
    ÖØÜΰàáâäåæçèéêëíîïñ[/⌿\⍀<≤=≥>≠∨∧-+÷×?∊⍴~↑↓⍳○*⌈⌊∇∘(⊂⊃∩∪⊥⊤|;,⍱
    ⍲⍒⍋⍉⌽⊖⍟⌹!⍕⍎⍫⍪≡≢óôöø"#&’┘┐┌└┼─├┤┴┬│@ùúû^ü‘∣¶:⍷¿¡⋄←→⍝)]§⎕⍞ÿ

Copying "Prim" from Kai's SpecialCharacters and pasting it into APL gives:

Dyalog APL/W Version 10.1.2
Serial No : 000168 / Pentium
Mon Nov 24 15:47:35 2008
clear ws
      Prim←{all/⍨2=+⌿0=all∘.|all←⍳⍵}
      Prim 13
2 3 5 7 11 13

I am using Firefox 3.04 as my browser with APL385 Unicode.

Formatting

italic bold typewriter

backtick typewriter (configurable)

bigger smaller

preformatted some more
and some more lines too

   1 def syntax(highlight):
   2     print "on"
   3     return None

   1   public void main(String[] args]){
   2      System.out.println("Hello world!");
   3   } 

Linking

HelpOnEditing InterWiki

http://moinmoin.wikiwikiweb.de/ Python

someone@example.com

http://c2.com/sig/wiki.gif

Smileys

/!\ Alert

Lists

Bullet

  • first
    1. nested and numbered
    2. numbered lists are renumbered
  • second
  • third blockquote
    • deeper

Glossary

Term
Definition

Drawing

Heading 1

Heading 2

Heading 3

Heading 4

  •    1 ¯1 (SyntheticDivision⍨⍣0)6 4.89 1 

WikiSandBox (last edited 2010-02-04 09:16:44 by EllisMorgan)