/* This is a dictionary of the language defined functions **/ export default { main_function: "start", $read: "read", $write: "write" }