Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
-- This file:
--   http://anggtwu.net/LUA/Gdb1.lua.html
--   http://anggtwu.net/LUA/Gdb1.lua
--          (find-angg "LUA/Gdb1.lua")
-- Author: Eduardo Ochs <eduardoochs@gmail.com>
--
-- (defun ec () (interactive) (find-angg "LUA/Gdb1.c"))
-- (defun el () (interactive) (find-angg "LUA/Gdb1.lua"))
-- (defun eg () (interactive) (find-angg "LUA/Gdb1.gdb"))
-- (defun oc () (interactive) (find-angg ".lua51/PP.c"))
-- (defun og () (interactive) (find-angg ".lua51/PP.gdb"))

-- (find-angg "LUA/lua50init.lua" "edrxlib")

if not package.loaded.edrxlib then
  dofile((os.getenv"LUA_INIT"):sub(2))
end

Path.addLUAtopath()

PPn = function (...) PPV({...}) end



--[[
* (eepitch-lua51)
* (eepitch-kill)
* (eepitch-lua51)
dofile "Gdb1.lua"
PPn(23, "ab", print)


--]]




-- Local Variables:
-- coding:  utf-8-unix
-- End: