help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: if vs. when vs. and: style question


From: Rusi
Subject: Re: if vs. when vs. and: style question
Date: Sat, 28 Mar 2015 20:11:52 -0700 (PDT)
User-agent: G2/1.0

On Sunday, March 29, 2015 at 8:12:01 AM UTC+5:30, Rusi wrote:
> And even Elisp!
> 
> *** Welcome to IELM ***  Type (describe-mode) for help.
> ELISP> (setq α 1 β 2 γ 3)
> 3 (#o3, #x3, ?\C-c)
> ELISP> (list α β γ)
> (1 2 3)
> 
> ELISP> 

And if you think Greek is only for the Greeks:

*** Welcome to IELM ***  Type (describe-mode) for help.
ELISP> (setq x₁ 1 x₂ 2 x₃ 3)
3 (#o3, #x3, ?\C-c)
ELISP> (list x₁ x₂ x₃)
(1 2 3)

ELISP>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]