WingedSeal / jmc

A compiler for JMC (JavaScript-like Minecraft Function), a mcfunction extension language for making Minecraft Datapack
https://jmc.wingedseal.com
MIT License
64 stars 7 forks source link

[FEATURE_REQUEST] Add fake multiline string that automatically remove newline #95

Open WingedSeal opened 3 months ago

WingedSeal commented 3 months ago
"a b c \
d e f"

V

"a b c d e f"