Listatoms

From OpenEUO
Revision as of 10:06, 8 October 2010 by 76.184.213.234 (Talk) (Created page with " local list = listatoms(str) Returns a table filled with atomic variables whose names partially or fully match the string given by str. TODO: does this return an empty list or n...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
local list = listatoms(str)

Returns a table filled with atomic variables whose names partially or fully match the string given by str. TODO: does this return an empty list or nil if nothing matches?