Skip to content

Commit c9f7178

Browse files
committed
added some words about commas vs spaces
1 parent 1dff928 commit c9f7178

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

book/01-GS-01.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you are familiar with programming languages, you can see an opcode as a
4040
built-in function.
4141

4242
The inputs of an opcode are called **arguments** and are written in parentheses
43-
immediately after the opcode name.
43+
immediately after the opcode name. The arguments are separated by commas.
4444
So `poscil(0.2,400)` means: The opcode `poscil` gets two input arguments.
4545

4646
- The first argument is the number `0.2`.
@@ -181,6 +181,8 @@ Each column (parameter field) specifies certain information:
181181
`0`: The start time of this instrument, 0 (= start immediately).
182182
`2`: The duration of this instrument, 2 (seconds).
183183

184+
The parameters are separated from each other by spaces or tabs. (_Not_ by commas as the arguments of an opcode.)
185+
184186
## Try it yourself
185187

186188
(You can edit the example just by typing in it.)

resources/image_src/01/01-GS-01-a.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
],
172172
"metadata": {
173173
"kernelspec": {
174-
"display_name": "Python 3",
174+
"display_name": "Python 3 (ipykernel)",
175175
"language": "python",
176176
"name": "python3"
177177
},

resources/image_src/01/01-GS-02-a.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
],
110110
"metadata": {
111111
"kernelspec": {
112-
"display_name": "Python 3",
112+
"display_name": "Python 3 (ipykernel)",
113113
"language": "python",
114114
"name": "python3"
115115
},

resources/image_src/01/01-GS-02-b.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
],
206206
"metadata": {
207207
"kernelspec": {
208-
"display_name": "Python 3",
208+
"display_name": "Python 3 (ipykernel)",
209209
"language": "python",
210210
"name": "python3"
211211
},

resources/image_src/01/01-GS-02-c.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
],
118118
"metadata": {
119119
"kernelspec": {
120-
"display_name": "Python 3",
120+
"display_name": "Python 3 (ipykernel)",
121121
"language": "python",
122122
"name": "python3"
123123
},

resources/image_src/01/01-GS-10-a.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
],
187187
"metadata": {
188188
"kernelspec": {
189-
"display_name": "Python 3",
189+
"display_name": "Python 3 (ipykernel)",
190190
"language": "python",
191191
"name": "python3"
192192
},

0 commit comments

Comments
 (0)