Jump to content

Installer (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jahs (talk | contribs) at 13:28, 10 April 2017. 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 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)
)