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

Concat strings #15

Open
Hellfar opened this issue Jan 3, 2019 · 1 comment
Open

Concat strings #15

Hellfar opened this issue Jan 3, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@Hellfar
Copy link

Hellfar commented Jan 3, 2019

Hi,

Is there a way to concat strings?

Since I am using scl a lot for paths, sometimes I would like to concat two paths.

For example I would like to do something like that:

REPOSITORY_HOME =  "${HOME}/.mp/packages/"

${HOME} is properly returning my home env path, but how to prepend it to an other string?

@Keats Keats added the enhancement New feature or request label Jan 3, 2019
@Keats
Copy link
Owner

Keats commented Jan 3, 2019

SCL currently has no logic whatsoever.
I did consider string interpolation though as the only logic allowed, but I will only have time for SCL once Tera v1/Zola multi-lingual are shipped.

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

No branches or pull requests

2 participants