while true do local line = readln() if not line then break end print(pcall(load(line))) end