Skip to content

Print printing '%' #195

Description

@travisdoor

Currently there is no way to "escape" % character in print format string i case we want to print actual % not replace it with argument.

  • We can use common %% but this makes following code invalid print("%%", a, b).
  • Rust like argument positions might be better print("My age is {}.", age) then print("{}{}", a, b)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions