RosettaCodeData/Task/Call-a-function/Ring/call-a-function-2.ring
2023-07-01 13:44:08 -04: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