009 proto terminal vocabulary

✓ Passing This code compiles and runs correctly.

Code

input.k

Actual

registered

Expected output

registered

Flows

flow ~string click a branch to expand · @labels scroll to their anchor
string (expr: Email)
flow ~i64 click a branch to expand · @labels scroll to their anchor
i64 (expr: UserId)
flow ~f64 click a branch to expand · @labels scroll to their anchor
f64 (expr: Health)
flow ~bool click a branch to expand · @labels scroll to their anchor
bool (expr: IsActive)
flow ~std/proto click a branch to expand · @labels scroll to their anchor
std/proto (Contact, source: email: Email, user: UserId, health: Health, active: IsActive)
flow ~print.ln click a branch to expand · @labels scroll to their anchor
print.ln (expr: "registered")

Test Configuration

MUST_RUN