With fricas 1.3.5:

(1) -> )lisp  (code-char 945)
Value = #\GREEK_SMALL_LETTER_ALPHA
(1) -> )lisp  (code-char 177)

Value = #\PLUS-MINUS_SIGN
(1) -> )lisp (format t "~a" (code-char 177))
±
Value = NIL
(1) -> )lisp (format t "~a" (code-char 945))
α
Value = NIL
(1) ->

With fricas 1.3.6:

(1) -> )lisp  (code-char 945)
Value = #\GREEK_SMALL_LETTER_ALPHA
(1) -> )lisp  (code-char 177)

Value = #\PLUS-MINUS_SIGN
(1) -> )lisp (format t "~a" (code-char 177))
�
Value = NIL
(1) -> )lisp (format t "~a" (code-char 945))
?
Value = NIL
(1) ->


On 10/24/20 6:59 PM, Kurt Pagani wrote:
)lisp (format t "~a" (code-char 945))

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/6b7a1988-28dd-6e90-7810-d2760fdeeb28%40gmail.com.

Reply via email to