RosettaCodeData/Task/Scope-Function-names-and-labels/Ring/scope-function-names-and-labels.ring

9 lines
152 B
Text
Raw Permalink Normal View History

2018-06-22 20:57:24 +00:00
# Project : Scope/Function names and labels
see "What is your name?" + nl
give name
welcome(name)
func welcome(name)
see "hello " + name + nl