Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Learn Clojure ## Literals ### Numeric types <code> 42 ; integer -1.5 ; floating point 22/7 ; ratio </code> ### Character types <code> "hello" ; string \e ; character #"[0-9]+" ; regular expression </code> open/learn-clojure.txt Last modified: 2024/10/05 06:15by 127.0.0.1