summaryrefslogtreecommitdiff
path: root/tests/getenv.ur
blob: a71a2822d1fc05fcc80cc241b8c160c63900cea1 (plain)
1
2
3
4
5
task initialize = fn _ =>
  v <- getenv (blessEnvVar "USER");
  case v of
      None => debug "No USER"
    | Some u => debug u