at:tutorial:iat
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
at:tutorial:iat [2008/04/26 11:49] – tvcutsem | at:tutorial:iat [2012/06/09 13:50] (current) – elisag | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Interactive AmbientTalk ====== | ====== Interactive AmbientTalk ====== | ||
+ | |||
===== Basic Usage ===== | ===== Basic Usage ===== | ||
Line 9: | Line 10: | ||
</ | </ | ||
- | To start '' | + | To start '' |
+ | |||
+ | < | ||
+ | iat [options] [file] [arguments] | ||
+ | </ | ||
Perhaps the most useful usage of '' | Perhaps the most useful usage of '' | ||
Line 16: | Line 21: | ||
</ | </ | ||
- | This will make '' | + | This will make '' |
- | + | ||
- | ===== Command-line Parameters ===== | + | |
To get an overview of all available options, execute: | To get an overview of all available options, execute: | ||
Line 26: | Line 29: | ||
</ | </ | ||
- | The most important options are explained below: | + | < |
- | * '' | + | An explanation |
- | * '' | + | </ |
- | * '' | + | |
+ | ===== Shell Commands ===== | ||
+ | |||
+ | The AmbientTalk shell understands a limited number of "shell commands" | ||
+ | | ||
+ | | ||
+ | |||
+ | ===== Input and Output ===== | ||
+ | |||
+ | The AmbientTalk | ||
+ | |||
+ | < | ||
+ | system.println(" | ||
+ | </ | ||
+ | |||
+ | Reading a line of text from the command-line is a bit less straightforward: | ||
+ | |||
+ | < | ||
+ | system.readNextLine: | ||
+ | | ||
+ | } catch: { |ioException| /* ignored */ } | ||
+ | </ | ||
+ | |||
+ | The code between |
at/tutorial/iat.1209203369.txt.gz · Last modified: 2008/06/14 20:55 (external edit)