Update mini-notation.mdx (#365)
`x!n` is no longer an alias for `[x*n]@n` and the behaviour is a bit different. Probably best to remove this line in case it confuses someone?
This commit is contained in:
parent
fc71d349ed
commit
37d6723e3c
1 changed files with 0 additions and 2 deletions
|
|
@ -159,8 +159,6 @@ Using "!" we can repeat without speeding up:
|
||||||
|
|
||||||
<MiniRepl client:idle tune={`note("<[g3,b3,e4]!2 [a3,c3,e4] [b3,d3,f#4]>")`} punchcard />
|
<MiniRepl client:idle tune={`note("<[g3,b3,e4]!2 [a3,c3,e4] [b3,d3,f#4]>")`} punchcard />
|
||||||
|
|
||||||
In essence, the `x!n` is like a shortcut for `[x*n]@n`.
|
|
||||||
|
|
||||||
## Mini-notation review
|
## Mini-notation review
|
||||||
|
|
||||||
To recap what we've learned so far, compare the following patterns:
|
To recap what we've learned so far, compare the following patterns:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue