Jump to content

Unicode strings: Difference between revisions

no edit summary
m (Added Sidef language)
No edit summary
Line 530:
return 0;
}</lang>
 
=={{header|Common Lisp}}==
Default unicode strings for most implementations. Unicode chars can be used on variable and function names.
Tested in SBCL 1.2.7 and ECL 13.5.1
<lang lisp>
(defvar ♥♦♣♠ "♥♦♣♠")
(defun ✈ () "a plane unicode function")
</lang>
 
=={{header|DWScript}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.