Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
(edit 'preferences)
|
||||
;; current contents to edit is displayed in the input box
|
||||
(define (preferences)
|
||||
(define-syntax-rule (++ n) (begin (set! n (1+ n)) n))
|
||||
(define-syntax-rule (% a b) (modulo a b))
|
||||
;; (lib 'gloops)
|
||||
(lib 'timer))
|
||||
|
||||
;; enter new preferences
|
||||
(define (preferences)
|
||||
(define FULLNAME "Foo Barber")
|
||||
(define FAVOURITEFRUIT 'banana)
|
||||
(define NEEDSPELLING #t)
|
||||
; SEEDSREMOVED
|
||||
(define OTHERFAMILY '("Rhu Barber" "Harry Barber")))
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
;; press F5 or COMMAND-R to reload
|
||||
EchoLisp - 2.13.12
|
||||
📗 local-db: db.version: 13
|
||||
|
||||
;; enter parameters names :
|
||||
NEEDSPELLING → #t
|
||||
FAVOURITEFRUIT → banana
|
||||
SEEDSREMOVED
|
||||
😡 error: #|user| : unbound variable : SEEDSREMOVED
|
||||
Loading…
Add table
Add a link
Reference in a new issue