aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/11.atoms.pd
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:04:52 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-13 05:04:52 +0000
commit54d61372a2c35f43df7ac398da1a5d7bd37da857 (patch)
treecb49a92d817603f0f26f290a9cbcc613ae7dbbf3 /doc/tutorials/intro/11.atoms.pd
parentfbc1e03da8fa727349833e4ebb475dc2b7e06ade (diff)
got the start of a good intro tutorial, but its lacking some good, simple exercises
svn path=/trunk/; revision=4897
Diffstat (limited to 'doc/tutorials/intro/11.atoms.pd')
-rw-r--r--doc/tutorials/intro/11.atoms.pd10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/tutorials/intro/11.atoms.pd b/doc/tutorials/intro/11.atoms.pd
deleted file mode 100644
index 8276758e..00000000
--- a/doc/tutorials/intro/11.atoms.pd
+++ /dev/null
@@ -1,10 +0,0 @@
-#N canvas 546 135 614 464 12;
-#X obj 10 12 cnv 15 400 40 empty empty atoms 20 12 0 24 -228992 -66577
-0;
-#X text 24 87 The basic data types of Pd are called "atoms". There
-are three atom types: "float" \, "symbol" \, and "pointer".;
-#X text 10 282 An atom is a piece of data that cannot be broken down
-into smaller parts.;
-#X text 21 160 A numeric atom is anything that can be interpreted as
-a number.;
-#X text 18 225 A symbolic atom is...;