MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

Added ColonCommandParameter #173

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

POC for adding a new colon command parameter.

Doesn't have tests, but shows we can use this to distinguish "a:b:c : d:e:f"

This can be done, in combination with the vector variable parsing, to enable intended behavior that works with ternary conditions, I believe, using spacing to indicate the intended behavior.