LLIDXQEWTN4Y656HR54X54AFUUSEFAGJWDEMDB56ZZBKKHT5Q76QC
W6D2ZQCIQ2426QTDGNBNJN6PEAXWDD26YV2BFW65JC5RSAEBAMKQC
IKGIGFOCGCV2GITFXC7JB4QMQ4FUMZLIUCU26UGRUOW774IIID5AC
ZVLX47DZQXPO5ZLLA32YDCJUJUPOYZ36JJMVP3NH35RGM7RRNXIQC
NTYQUA24YJBD45JOTFY3O4PEA4GUUV34C7MX6ORSJENBFIYACT7QC
GMDEH4RHOR6DJABQ5WVGY4GVUU3QPWFTPFUHYUOULTVJZA2FTPAQC
OLNYTLSTFOVYVBR3SBIYUDFJZDU6FOTFO2S5RFEVEP4D5HIW2LZQC
GXSADTVMMSBV6C7R3PDYUPP4E64JBPWSRUZJ4M6EHYOPXWFNK6TQC
KUQMZRSDJ5ANBBBQMYTGIQ2LKHKDJGEFRIQRO4MPWUOMBPUBAQXAC
local binding = buf:match('^%S+%s+(%S+)')
Live.manifest[binding] = nil
live.eval(binding..' = nil') -- ignore errors which will likely be from keywords like `function = nil`
local next_filename = live.versioned_filename(Live.next_version, binding)
local definition_name = buf:match('^%S+%s+(%S+)')
Live.manifest[definition_name] = nil
live.eval(definition_name..' = nil') -- ignore errors which will likely be from keywords like `function = nil`
local next_filename = live.versioned_filename(Live.next_version, definition_name)
local binding = cmd
if Live.frozen_definitions[binding] then
live.send_to_driver('ERROR definition '..binding..' is part of Freewheeling infrastructure and cannot be safely edited live.')
local definition_name = cmd
if Live.frozen_definitions[definition_name] then
live.send_to_driver('ERROR definition '..definition_name..' is part of Freewheeling infrastructure and cannot be safely edited live.')