Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
$ ol
|
||||
Welcome to Otus Lisp 2.1-2282-27a9b6c
|
||||
type ',help' to help, ',quit' to end session.
|
||||
> (define (f head tail mid)
|
||||
(string-append head mid mid tail))
|
||||
;; Defined f
|
||||
> (f "Rosetta" "Code" ":")
|
||||
"Rosetta::Code"
|
||||
> ,quit
|
||||
bye-bye :/
|
||||
Loading…
Add table
Add a link
Reference in a new issue