Skip to content
Discussion options

You must be logged in to vote

You must first import the mail module.. using: import mail

Some modules are specified as delayed, which means that their source is included in the binary, but must be first imported to be used.

foreach [name val] system/modules [
	print ajoin [
		pad name 20
		case [
			module? val [as-green title-of val]
			url? val    [join "(not imported) " as-red val]
			block? val  [join "(not imported) " as-blue select val/1 'title]
		]
	]
]

My goal if to provide some better way to distribute extensions, but it is not yet available:/

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
2 replies
@PCarlsson
Comment options

@Oldes
Comment options

Oldes Nov 2, 2025
Maintainer

Answer selected by PCarlsson
Comment options

You must be logged in to vote
9 replies
@Oldes
Comment options

Oldes Nov 4, 2025
Maintainer

@Oldes
Comment options

Oldes Nov 4, 2025
Maintainer

@Oldes
Comment options

Oldes Nov 4, 2025
Maintainer

@PCarlsson
Comment options

@PCarlsson
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants