nskins / goby

Command-line role-playing game framework
MIT License
122 stars 56 forks source link

Change separator for sepcial commands from ';' to ',' using reduce #72

Closed rdavid1099 closed 7 years ago

rdavid1099 commented 7 years ago

Separators of special commands are now easily changeable. The array is built using the reduce enumerable and joined. Just change the argument in join to change the separators as needed.

nskins commented 7 years ago

Wow - really cool solution! #64