✓
Passing This code compiles and runs correctly.
Code
// End-of-line comments with `//` are allowed anywhere on a line —
// including after an import and after a statement.
import std/io // EOL comment after an import
std/io:print.ln("Hello!") // EOL comment after a statement
Actual
Hello!
Expected output
Hello!
Flows
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "Hello!")
Test Configuration
MUST_RUN