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

4 lines
131 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
first() second()
func first see "message from the first function" + nl
func second see "message from the second function" + nl