UNPKG

ocat-lang

Version:

A programming language for the web design and development

6 lines (5 loc) 150 B
export function print(value?: string) { if (value) { console.log(value.replace("'", "").replace('"', "").replace("%", " ")); } }