Differences between revisions 8 and 9
Revision 8 as of 2008-11-21 10:40:07
Size: 1462
Editor: EllisMorgan
Comment:
Revision 9 as of 2008-11-24 16:03:05
Size: 2222
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. They suggest that, although I can not yet use IME to enter APL chars directly into the Wiki editor, copy and paste works well for me in both directions.
 {{{
Line 14: Line 15:
wwwWWW
Line 17: Line 17:
the last line was pasted from my session
IME remains a mystery to me
the last line was pasted from my session,
IME remains a mystery to me. So I can copy from the AplWiki
into APL and back again from APL into the Wiki editor as you
can see below copying "Prim" from Kai's SpecialCharacters, running it
in APL and copying it back again ...
{{{
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
}}}
so is DyalogAPL version 10.1 handling Unicode OK and does everyone else
see the same characters here that I see? (if you speak APL you know what I see!)

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. They suggest that, although I can not yet use IME to enter APL chars directly into the Wiki editor, copy and paste works well for me in both directions.

  • 123
    2+2
     ⍝ ⍵ ⍳4

the last line was pasted from my session, IME remains a mystery to me. So I can copy from the AplWiki into APL and back again from APL into the Wiki editor as you can see below copying "Prim" from Kai's SpecialCharacters, running it in APL and copying it back again ...

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

so is DyalogAPL version 10.1 handling Unicode OK and does everyone else see the same characters here that I see? (if you speak APL you know what I see!)

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

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