June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
5
Task/Character-codes/Stata/character-codes-1.stata
Normal file
5
Task/Character-codes/Stata/character-codes-1.stata
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
: ascii("α")
|
||||
1 2
|
||||
+-------------+
|
||||
1 | 206 177 |
|
||||
+-------------+
|
||||
5
Task/Character-codes/Stata/character-codes-2.stata
Normal file
5
Task/Character-codes/Stata/character-codes-2.stata
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
: ascii("We the People")
|
||||
1 2 3 4 5 6 7 8 9 10 11 12 13
|
||||
+-------------------------------------------------------------------------------+
|
||||
1 | 87 101 32 116 104 101 32 80 101 111 112 108 101 |
|
||||
+-------------------------------------------------------------------------------+
|
||||
2
Task/Character-codes/Stata/character-codes-3.stata
Normal file
2
Task/Character-codes/Stata/character-codes-3.stata
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
: char((73,32,115,116,97,110,100,32,104,101,114,101))
|
||||
I stand here
|
||||
Loading…
Add table
Add a link
Reference in a new issue