Installer (programming language)
Appearance
This article needs additional citations for verification. (December 2017) |
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)
)