Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
1
Task/Program-name/Ring/program-name-1.ring
Normal file
1
Task/Program-name/Ring/program-name-1.ring
Normal file
|
|
@ -0,0 +1 @@
|
|||
see "Active Source File Name : " + filename() + nl
|
||||
1
Task/Program-name/Ring/program-name-2.ring
Normal file
1
Task/Program-name/Ring/program-name-2.ring
Normal file
|
|
@ -0,0 +1 @@
|
|||
Active Source File Name : tests\filename.ring
|
||||
6
Task/Program-name/Ring/program-name-3.ring
Normal file
6
Task/Program-name/Ring/program-name-3.ring
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue