RosettaCodeData/Task/Program-name/Ring/program-name-3.ring
2023-07-01 13:44:08 -04:00

6 lines
161 B
Text

if sysargv[2] = filename()
see "I'm the main program file!" + nl
# we can run tests here!
else
see "I'm a sub file in a program" + nl
ok