9 lines
152 B
Text
9 lines
152 B
Text
|
|
# Project : Scope/Function names and labels
|
||
|
|
|
||
|
|
see "What is your name?" + nl
|
||
|
|
give name
|
||
|
|
welcome(name)
|
||
|
|
|
||
|
|
func welcome(name)
|
||
|
|
see "hello " + name + nl
|