mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-17 15:50:36 -08:00
port of EQL/Qt4 to Qt5
This commit is contained in:
commit
0591f54ce8
339 changed files with 99935 additions and 0 deletions
6
examples/9-simple-lisp-editor/new.lisp
Normal file
6
examples/9-simple-lisp-editor/new.lisp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(defpackage :my
|
||||
(:use :common-lisp :eql)
|
||||
(:export))
|
||||
|
||||
(in-package :my)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue