bazelbuild / starlark

Starlark Language
Apache License 2.0
2.44k stars 163 forks source link

Support f-string like Python? #270

Open Starflower8 opened 9 months ago

Starflower8 commented 9 months ago

e.g. f"values: {val:,}" --> val=123456, got values: 123,456

ndmitchell commented 9 months ago

See #91

albertocavalcante commented 2 months ago

Considering it's a duplicate, can it be closed?