This commit is contained in:
Kartik K. Agaram 2015-01-02 15:30:33 -08:00
parent 773d01c809
commit 1a4ea1c8dc
1 changed files with 2 additions and 0 deletions

2
mu.arc
View File

@ -540,6 +540,8 @@
; code points for characters
character-to-integer
($.char->integer (m arg.0))
integer-to-character
($.integer->char (m arg.0))
; multiprocessing
run