Skip to content

Implement simpler print syntax: print("Hello World!") #335

Open
@certik

Description

@certik

Proposal: the syntax print("Hello World!") would be equivalent to print *, "Hello World!".

Advantages:

  • Easier to type and remember, as well as to explain to newcomers
  • Equivalent to Python's syntax
  • Possibly with Implement f-strings #336 one could use f-strings for formatting, thus rarely need the more general Fortran formatting capability

Disadvantages:

Discussed at:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions