/** * This is the dictionary of the language defined libraries */ export default { $mathLib: "Mathematic", $ioLib: "IO", $strLib: "Text", $arrayLib: "Array", $langLib: "Conversion" }