Skip to content

Commit cfd35ca

Browse files
committed
More examples
1 parent bf1d3fa commit cfd35ca

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,12 @@ Example Session
2525

2626
In[6]:= Alphabet[]
2727
Out[6]= {a, ä, b, c, d, e, f, g, h, i, j, k, l, m, n, o, ö, p, q, r, s, ß, t, u, ü, v, w, x, y, z}
28+
29+
In[7]:= AlphabeticOrder["Papá", "Papagayo", "Spanish"]
30+
Out[7]= 1
31+
32+
In[8]:= AlphabeticOrder["Papá", "Papa", "Spanish"]
33+
Out[8]= -1
34+
35+
In[8]:= AlphabeticOrder["Papá", ""Papá", "Spanish"]
36+
Out[8]= 0

0 commit comments

Comments
 (0)