Added set-nib! docs to README.

This commit is contained in:
Simon Brooke 2025-08-30 19:48:12 +01:00
parent 66ad807c0f
commit 9ebb2d71bd

View file

@ -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 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*) #### (sin *angle*)
Return the sine of this `angle`, considered to be expressed in degrees. Return the sine of this `angle`, considered to be expressed in degrees.