Skip to content

idea for print/writeln #4

@bubnenkoff

Description

@bubnenkoff

I very like idea from dart https://www.dartlang.org/guides/language/language-tour

printNumber(num aNumber) {
  print('The number is $aNumber.'); // Print to console.
}

it's much better that writeln %s that used in std.stdio (and possible in Watt), hope to see this future in Volt

I still think that print is much better than write because write can be part of watt.file method like write(File.content)

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