RosettaCodeData/Task/Program-name/Ring/program-name-3.ring
2016-12-05 23:44:36 +01: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