KappaTools icon indicating copy to clipboard operation
KappaTools copied to clipboard

Feature request: var strings

Open hmedina opened this issue 7 years ago • 0 comments

%var: "foo" Gives an "illegal definition error". It would be useful if one could define variables that hold strings, allowing for example the modification of a snapshot file name vía the command line.

%var: 'foo' "bar"
%mod: [true] do $SNAPSHOT 'foo'.ka

Using $KaSim -var foo baz to produce a snapshot named baz.ka

hmedina avatar Oct 16 '17 20:10 hmedina