picolisp

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

calc (199B)


      1 #!/usr/bin/picolisp /usr/lib/picolisp/lib.l
      2 # 10may11abu
      3 # (c) Software Lab. Alexander Burger
      4 
      5 (load "@lib/misc.l" "/usr/share/picolisp/misc/calc.l")
      6 
      7 # Initialize
      8 (main)
      9 
     10 # Start server
     11 (go)
     12 (wait)