From: David Vazquez Date: Mon, 17 Dec 2012 18:39:30 +0000 (+0000) Subject: rename char-code to string X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=a1b4d7958b5940f9eb3d412d1f930767b19fc869;p=jscl.git rename char-code to string --- diff --git a/lispstrack.lisp b/lispstrack.lisp index fe1fbb5..969567f 100644 --- a/lispstrack.lisp +++ b/lispstrack.lisp @@ -406,7 +406,7 @@ (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)