Added set-nib! docs to README.
This commit is contained in:
parent
66ad807c0f
commit
9ebb2d71bd
1 changed files with 4 additions and 0 deletions
|
|
@ -95,6 +95,10 @@ Take this `angle`, and return a number between 0 and 360 that represents it as a
|
|||
|
||||
Set the ink with which the turtle draws to this `colour`, which should be a string representation of a colour known to CSS.
|
||||
|
||||
#### (set-nib! *n*)
|
||||
|
||||
Set the nib (width) of the pen to this `n`, which should be a number.
|
||||
|
||||
#### (sin *angle*)
|
||||
|
||||
Return the sine of this `angle`, considered to be expressed in degrees.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue