Differences between revisions 6 and 7
Revision 6 as of 2009-01-04 11:03:53
Size: 1207
Editor: KaiJaeger
Comment:
Revision 7 as of 2009-01-04 11:04:20
Size: 1208
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 35: Line 35:
 :⍷¿¡⋄←→⍝)] §⎕⍞⍣  :⍷¿¡⋄←→⍝)]  §⎕⍞⍣

Atomic Vector

Introduction

This site displays the atomic vector taken from Dyalog APL in two ways:

  • As ordinary text
  • As a screenshot taken from a Dyalog session manager

If the two differ you might have a problem with the font.

We did our best to ensure proper settings for displaying APL characters, but with exotic Browsers or excotic operating systems or non-Unicode APL fonts you might get surprising results.

The []AV as Unicode Text

Well, almost. All non-printable characters are replaced by a blank.

⎕←' ',16 16⍴¯256↑10↓⎕av
           ⌶ɫ%'⍺⍵
 _abcdefghijklmno
 pqrstuvwxyz  ¯.⍬
 0123456789 ¤¥$£¢
 ∆ABCDEFGHIJKLMNO
 PQRSTUVWXYZ  ý
 ⍙ÁÂÃÇÈÊËÌÍÎÏÐÒÓÔ
 ÕÙÚÛÝþãìðòõ{€}⊣⌷
 ¨ÀÄÅÆ⍨ÉÑÖØÜßàáâä
 åæçèéêëíîïñ[/⌿\⍀
 <≤=≥>≠∨∧-+÷×?∊⍴~
 ↑↓⍳○*⌈⌊∇∘(⊂⊃∩∪⊥⊤
 |;,⍱⍲⍒⍋⍉⌽⊖⍟⌹!⍕⍎⍫
 ⍪≡≢óôöø"# &’┘┐┌└
 ┼─├┤┴┬│@ùúû^ü‘∣¶
 :⍷¿¡⋄←→⍝)]  §⎕⍞⍣

The Dyalog Screenshot

AtomicVector (last edited 2011-08-26 13:22:06 by KaiJaeger)