picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

hello.l (99B)


      1 (load "@lib/xhtml.l")
      2 
      3 (html 0 "Hello" NIL NIL
      4    (<h3> NIL "Hello world")
      5    "This is PicoLisp" )