nsensfel / tonkadur

Narrative scripting/programming tool. Write stories in your favorite editor using a feature-rich language, compile them into a very small and simple language to easily integrate them into your game.
https://tonkadur.of.tacticians.online
Apache License 2.0
3 stars 0 forks source link

Text join operation #21

Closed nsensfel closed 3 years ago

nsensfel commented 3 years ago

Add a (join [TEXT] [TEXT COLLECTION]) computation, which returns a [TEXT] value corresponding to the members of [TEXT COLLECTION] separated by the [TEXT] argument.

nsensfel commented 3 years ago

Done in src/core/src/tonkadur/fate/v1/lang/computation/TextJoin.java.