Parent Directory
|
Revision Log
Moved from trunk/Src/eweasel to trunk/eweasel so that a simple checkout of the source code is not penalized by the lenghty process of checking out all the tests of eweasel.
1 | |
2 | --| Copyright (c) 1993-2006 University of Southern California and contributors. |
3 | --| All rights reserved. |
4 | --| Your use of this work is governed under the terms of the GNU General |
5 | --| Public License version 2. |
6 | |
7 | class TEST1 |
8 | |
9 | feature |
10 | make is |
11 | do |
12 | io.put_integer (weasel); io.new_line |
13 | end |
14 | |
15 | weasel: INTEGER is |
16 | do |
17 | Result := 47 |
18 | end |
19 | |
20 | wimp: INTEGER is |
21 | do |
22 | Result := 16 |
23 | end |
24 | |
25 | end |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.23 |