Created
June 6, 2019 01:41
-
-
Save nmorse/82855a86126710b2ce57cc3ec9b804ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| canvas_basic_module import | |
| list_module import | |
| [{color:{r:255 g:163 b:27 a:0.5}} [pop] dip swap 10 * y set [pop] dip swap 10 * x set swap drop] [rec] def | |
| canvas cb-init cb-clear | |
| [[1 2][2 3][3 4][5 6]] [rec] map | |
| [cb-box true] map-under | |
| drop | |
| [[3 2][4 3][5 4][6 6]] [rec] map | |
| [cb-box true] map-under | |
| drop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment