Alan Interactive Fiction Language

Alan Interactive Fiction Language

Alan Interactive Fiction Language

Adventure Writing for Everyone

  • Increase font size
  • Default font size
  • Decrease font size

Programming

Coding in ALAN 3 using the new standard library

EmailPrint

The standard library for the ALAN interactive fiction language has been renewed and updated recently.

In a short series of blog articles I aim to demonstrate how things have been changed and facilitated with the addition of the new library. This first blog post will give an overview of the new features.

Read more...

Last Updated on Sunday, 01 January 2012 16:00

 

A code sample

EmailPrint

Here's a small code snippet, mostly to test automatic Alan source code formatting on the Alan Home site.

The code traverses a set of components of a structure, say a table, and makes each component list its content.


	-- Loop over all components in an instance or class

	For Each c In components Of This Do

	  "The table has" Say An c. "." List c.

	End For.

	

Last Updated on Monday, 20 December 2010 23:51

 

Log in or register

Latest Development Snapshots