UY647VAQW72BNAUPRRREATG54F44WAXAY3SXZVWZSDVHFU4OZJOAC
F735F5KOO5XCSTMVHI34NA363AB6UHPLEQNWUUQB5LEBX73HASZAC
GXE3ESLGGSXI45XXDOBZLAPT6DR2J7Q7LBMSHHYVOPHK3WAALZPQC
66K4QVGBDJ4T7G7BRMOF7HUVMGAUBDCOP7K7JJNMDNM65GO6HHMQC
WYKKFV2GP7JRPN4SCWTHECFCQCHCIOMUP2TNNX5YACQAEKJ5QP5QC
LRDM35CEK3OHXOTB7TEFJRL7P6PQWO5ZG3F2BVA7DIDFHBPJQ7KAC
QFURHRTPVQM7FXYJCYJEKQ7ZB7JPFSBEM4GM3SJIEU6MHVYRQ3EQC
FSENRH6JKEWACVPLXNRR6TUCQWZPZMRY274CUM7VCCQS7WY5VUDQC
5U3UBEQDHYGIBQLFG4MS3JQSJZEYDJLM7TR5NVPN4QT2RETYM7LQC
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.')