mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
parent
c1510365db
commit
0c074dcc2a
1 changed files with 8 additions and 0 deletions
8
website/index/samples/sample.clojure.txt
Normal file
8
website/index/samples/sample.clojure.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
(def object "call object via def()")
|
||||||
|
(defn say-hello
|
||||||
|
"Takes name argument and say hello to the name"
|
||||||
|
[name]
|
||||||
|
(println (str "God said let there be " name)))
|
||||||
|
(let [l "light"] (println (str (say-hello l) " " object)))
|
||||||
|
(doc say-hello)
|
||||||
|
(meta (var say-hello))
|
||||||
Loading…
Add table
Add a link
Reference in a new issue