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)
I very like idea from dart https://www.dartlang.org/guides/language/language-tour
it's much better that
writeln %sthat used in std.stdio (and possible in Watt), hope to see this future inVoltI still think that
printis much better thanwritebecausewritecan be part of watt.file method likewrite(File.content)