September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
25
Task/Stack-traces/Elena/stack-traces.elena
Normal file
25
Task/Stack-traces/Elena/stack-traces.elena
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
import extensions.
|
||||
|
||||
program =
|
||||
{
|
||||
inner
|
||||
[
|
||||
console printLine(CallStack new).
|
||||
]
|
||||
|
||||
middle
|
||||
[
|
||||
$self inner.
|
||||
]
|
||||
|
||||
outer
|
||||
[
|
||||
$self middle.
|
||||
]
|
||||
|
||||
// program entry point
|
||||
eval
|
||||
[
|
||||
$self outer.
|
||||
]
|
||||
}.
|
||||
Loading…
Add table
Add a link
Reference in a new issue