Skip to content

Commit 0f5296f

Browse files
author
Xavier Godart
committed
update runal doc
1 parent 2f9796c commit 0f5296f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/runal.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,9 @@ Saves the current drawing state (stroke, fill, background, rotate, translate, sc
338338
#### c.pop()
339339
Restores the last saved drawing state (stroke, fill, background, rotate, translate, scale).
340340

341+
#### c.exit() <sub>since v0.6.0</sub>
342+
Ends the program execution. It also quits the JavaScript runtime.
343+
341344
<hr class="separator"/>
342345

343346
### Colors

0 commit comments

Comments
 (0)