Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 501 Bytes

learn_elisp_the_hard_way.org

File metadata and controls

52 lines (37 loc) · 501 Bytes

Learn Elisp The Hard Way

lesson-2-1-first-elisp-programme

(+ 1 2)
(+ 1.0 2.0)
(+ 1.0e+3 2.0e-2)
(- 3 4)
(* 4 5)
(/ 1 4)
(/ 1 4.)