rename char-code to string
authorDavid Vazquez <davazp@gmail.com>
Mon, 17 Dec 2012 18:39:30 +0000 (18:39 +0000)
committerDavid Vazquez <davazp@gmail.com>
Mon, 17 Dec 2012 18:39:30 +0000 (18:39 +0000)
lispstrack.lisp

index fe1fbb5..969567f 100644 (file)
 (define-compilation eq (x y)
   (concat "(" (ls-compile x env fenv) " === " (ls-compile y env fenv) ")"))
 
-(define-compilation code-char (x)
+(define-compilation string (x)
   (concat "String.fromCharCode( " (ls-compile x env fenv) ")"))
 
 (define-compilation char (string index)