b; f := proc() local b := 3; print("b is "||b); end proc: f(); print("b is "||b); b "b is 3" "b is b"