LightAndLight / ipso

A functional scripting language.

Home Page:https://ipso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expression interpolation for command expressions

LightAndLight opened this issue · comments

Currently you can only interpolate variables in command expressions (i.e. echo $name). You should also be able to interpolate expressions using ${...} (i.e. echo ${first ++ last}).

Tasks

  • Implement
  • Test
  • Document - #266