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
| import stdlib.widgets.core | |
| import stdlib.components.table | |
| import stdlib.interactions.editable | |
| type table.value = int | |
| type key_row = int | |
| type key_col = int | |
| onready() = | |
| row_to_string(row) = "{row}" |
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
| import stdlib.core.web.resource | |
| import stdlib.core | |
| import stdlib.components.simpletable | |
| import stdlib.widgets.core | |
| type row = {red:int} | |
| / {blue:string} |
NewerOlder