Jump to content

Installer (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Polluks (talk | contribs) at 20:05, 19 May 2017 (External links: MUI alternative). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Installer is a scripting language developed by Commodore International for the Amiga platform, based on the LISP programming language.

Example from the developer guide:

(makedir "T:fred"
	(prompt "I will now create the directory \"T:Fred\"")
	(help @makedir-help)
	(infos)
	(confirm)
)