buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.2k stars 34 forks source link

Multiline strings #89

Closed giann closed 1 year ago

giann commented 1 year ago
str multi = `\{
    "some": "json",
    "yes": 3
}`;