Introspection From Far Manager Macro System previous page next page Introspection The global tables of macro API can be examined with pairs(), separately for functions and “properties”. Example: for k,v in pairs(Editor) do .... end -- for functions for k,v in pairs(Editor.properties) do .... end -- for properties previous page start next page