Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Lingo (programming language)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Verbose syntax=== When Lingo was created, a verbose syntax was designed to mimic spoken language, so it would be easy for new users. Users could write [[HyperTalk]]-like sentences such as: <syntaxhighlight lang="applescript"> if the visibility of sprite 5 then go to the frame </syntaxhighlight> In ''go to'' statements, the "to" is optional, and unlike other programming languages, ''go'' statements reference frames in Director's Score, not specific code lines. Lingo was also initially very robust by providing object generation through a notion called <code>factory</code>, which led to the language's extensibility through External Factories (XFactories) or XObjects. For Director 3.13 and later versions, extensibility occurred via a different type of plug-in called an XTRA, based upon the Microsoft Component Object Model (COM).
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)