Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.examples.core/samples/structures.pda')
-rw-r--r--org.eclipse.debug.examples.core/samples/structures.pda8
1 files changed, 8 insertions, 0 deletions
diff --git a/org.eclipse.debug.examples.core/samples/structures.pda b/org.eclipse.debug.examples.core/samples/structures.pda
new file mode 100644
index 000000000..97858b079
--- /dev/null
+++ b/org.eclipse.debug.examples.core/samples/structures.pda
@@ -0,0 +1,8 @@
+push one two three
+push 1 2 3
+var x
+var y
+pop $x
+pop $y
+push Done
+output \ No newline at end of file

Back to the top