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
6
Task/Stack-traces/Oforth/stack-traces.oforth
Normal file
6
Task/Stack-traces/Oforth/stack-traces.oforth
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
: f1 Exception throw("An exception") ;
|
||||
Integer method: f2 self f1 ;
|
||||
: f3 f2 ;
|
||||
: f4 f3 ;
|
||||
|
||||
10 f4
|
||||
Loading…
Add table
Add a link
Reference in a new issue