Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
-- Edrx's own stdlib for lua5.0beta
-- I'm too lazy to make a LForth-specific version now
-- and lua50init.lua is going to be included anyway
-- (find-angg ".zshrc" "lua")
-- (find-progoutput "env | sort" "\nLUA")
--[[
#*
cat ~/LUA/lua50init.lua | getanchors | grep -v '^\.' \
  | perl -nle 'print "-- «$_»\t\t(find-angg \"LUA/lua50init.lua\" \"$_\")"' \
  | tee ~/o
#*
]]

-- «compat»		(find-angg "LUA/lua50init.lua" "compat")
-- «otherfunctions»	(find-angg "LUA/lua50init.lua" "otherfunctions")
-- «P»			(find-angg "LUA/lua50init.lua" "P")
-- «PP»			(find-angg "LUA/lua50init.lua" "PP")
-- «tests»		(find-angg "LUA/lua50init.lua" "tests")
-- «envsubst»		(find-angg "LUA/lua50init.lua" "envsubst")
-- «readfile»		(find-angg "LUA/lua50init.lua" "readfile")
-- «mytostring»		(find-angg "LUA/lua50init.lua" "mytostring")