Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Stack-traces/Mathematica/stack-traces-1.math
Normal file
1
Task/Stack-traces/Mathematica/stack-traces-1.math
Normal file
|
|
@ -0,0 +1 @@
|
|||
f[g[1, Print[Stack[]]; 2]]
|
||||
2
Task/Stack-traces/Mathematica/stack-traces-2.math
Normal file
2
Task/Stack-traces/Mathematica/stack-traces-2.math
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{f,g,CompoundExpression,Print}
|
||||
f[g[1, 2]]
|
||||
1
Task/Stack-traces/Mathematica/stack-traces-3.math
Normal file
1
Task/Stack-traces/Mathematica/stack-traces-3.math
Normal file
|
|
@ -0,0 +1 @@
|
|||
f[g[1, Print[Stack[_]]; 2]]
|
||||
2
Task/Stack-traces/Mathematica/stack-traces-4.math
Normal file
2
Task/Stack-traces/Mathematica/stack-traces-4.math
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{f[g[1,Print[Stack[_]];2]],g[1,Print[Stack[_]];2],Print[Stack[_]];2,Print[Stack[_]]}
|
||||
f[g[1, 2]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue