mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 07:12:31 +03:00
minor typos and corrections (#2559)
This commit is contained in:
parent
8b4313d26b
commit
6b770a3e5f
@ -68,7 +68,7 @@ at jonny.press@aquaq.co.uk
|
|||||||
/ And exponentiation...
|
/ And exponentiation...
|
||||||
2 xexp 4 / => 16
|
2 xexp 4 / => 16
|
||||||
|
|
||||||
/ ...and rounding...
|
/ ...and truncating...
|
||||||
floor 3.14159 / => 3
|
floor 3.14159 / => 3
|
||||||
|
|
||||||
/ ...getting the absolute value...
|
/ ...getting the absolute value...
|
||||||
@ -311,7 +311,7 @@ d:`a`b`c!1 2 3
|
|||||||
/ the keyword key returns the first list
|
/ the keyword key returns the first list
|
||||||
key d / => `a`b`c
|
key d / => `a`b`c
|
||||||
/ and value the second
|
/ and value the second
|
||||||
value / => 1 2 3
|
value d / => 1 2 3
|
||||||
|
|
||||||
/ Indexing is indentical to lists
|
/ Indexing is indentical to lists
|
||||||
/ with the first list as a key instead of the position
|
/ with the first list as a key instead of the position
|
||||||
|
Loading…
Reference in New Issue
Block a user