RosettaCodeData/Task/Program-name/Ring/program-name-3.ring

7 lines
161 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
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