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

3 lines
131 B
Text

first() second()
func first see "message from the first function" + nl
func second see "message from the second function" + nl