Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pysamples/paste_to_heap.py
diff options
context:
space:
mode:
Diffstat (limited to 'pysamples/paste_to_heap.py')
-rw-r--r--pysamples/paste_to_heap.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pysamples/paste_to_heap.py b/pysamples/paste_to_heap.py
index eccd973..cd36732 100644
--- a/pysamples/paste_to_heap.py
+++ b/pysamples/paste_to_heap.py
@@ -21,6 +21,10 @@
# This procedure is invoked when the user-definable block on the "extras"
# palette is selected.
+# Usage: Import this code into a Python (user-definable) block; when
+# this code is run, the contents of the clipboard will be appended to
+# the FILO heap.
+
def myblock(tw, x): # ignore second argument