picolisp

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

dbg.l (256B)


      1 # 27feb13abu
      2 # (c) Software Lab. Alexander Burger
      3 
      4 (on *Dbg)
      5 
      6 (if (info (pil "editor"))
      7    (load (pil "editor"))
      8    (load "@lib/led.l" "@lib/edit.l") )
      9 
     10 (load "@lib/debug.l" "@lib/lint.l" "@lib/sq.l")
     11 
     12 (noLint 'later (loc "@Prg" later))
     13 
     14 # vi:et:ts=3:sw=3