wurstscript / WurstScript

Programming language and toolkit to create Warcraft III Maps

Home Page:https://wurstlang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compiletime include_str

Cokemonkey11 opened this issue · comments

Is your feature request related to a problem? Please describe.
how do I list credits in-game, on hive description, and in my repo without copy-pasting

Describe the solution you'd like
constant CREDITS = @compiletime(readfile(credits.txt))

We have reservations about adding broad spectrum fileIO, but something like this would be nice.