Family Day update
This commit is contained in:
parent
aac6731f2c
commit
9ad63ea473
2442 changed files with 39761 additions and 8255 deletions
10
Task/Interactive-programming/Ol/interactive-programming.ol
Normal file
10
Task/Interactive-programming/Ol/interactive-programming.ol
Normal file
|
|
@ -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)
|
||||
(fold string-append "" (list 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