RosettaCodeData/Task/Call-a-function/Ring/call-a-function-2.ring

4 lines
131 B
Plaintext

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