mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 05:51:55 -08:00
13 lines
168 B
Common Lisp
13 lines
168 B
Common Lisp
|
|
(in-package #:cl-user)
|
|
|
|
(defvar *foo1* 3)
|
|
(defvar *foo2* "bam")
|
|
(defvar *foo3* 1.2)
|
|
(defvar *foo4* (make-hash-table))
|
|
|
|
(print "hellow")
|
|
|
|
(defun hi ()
|
|
"danny"
|
|
nil)
|