RosettaCodeData/Task/Call-a-function/Ring/call-a-function-4.ring
2016-12-05 23:44:36 +01:00

4 lines
171 B
Text

# this program will print the hello world message first then execute the main function
See "Hello World!" + nl
func main
see "Message from the main function" + nl