Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Character-codes/PicoLisp/character-codes.l
Normal file
10
Task/Character-codes/PicoLisp/character-codes.l
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
: (char "a")
|
||||
-> 97
|
||||
: (char "字")
|
||||
-> 23383
|
||||
: (char 23383)
|
||||
-> "字"
|
||||
: (chop "文字")
|
||||
-> ("文" "字")
|
||||
: (mapcar char @)
|
||||
-> (25991 23383)
|
||||
Loading…
Add table
Add a link
Reference in a new issue