Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to use variable in variable value #14

Open
toonetown opened this issue Dec 12, 2015 · 1 comment
Open

Ability to use variable in variable value #14

toonetown opened this issue Dec 12, 2015 · 1 comment

Comments

@toonetown
Copy link

It would be nice to be able to do the following:

<!-- $name = World -->
<!-- $message = Hello, $World -->
<!-- $message -->

Currently, this prints out "Hello, $World". I understand that this is not as straightforward of an issue as it seems at first (what if I wanted to set <!-- $amount = $1.00 -->, for example) - and that this sort of functionality may better be suited for another language such as Jade or Haml, but this sort of functionality would be extremely helpful for building up reusable kit language components.

@martinschilliger
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants