aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/intro/16.atoms.pd
blob: 7c8f540328c415384b17fa56d60ff51c18d25426 (plain)
1
2
3
4
5
6
7
8
9
10
#N canvas 10 40 620 460 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...;