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 | -- To reproduce error: |
8 | -- Compile class as is. Es3 reports syntax error. |
9 | |
10 | class |
11 | TEST |
12 | |
13 | creation |
14 | make |
15 | feature |
16 | |
17 | make () is |
18 | do |
19 | print (try1 ()); io.new_line; |
20 | print (try2 ()); io.new_line; |
21 | end; |
22 | |
23 | try1 (): INTEGER is |
24 | do |
25 | end; |
26 | |
27 | try2: DOUBLE; |
28 | |
29 | end |
Name | Value |
---|---|
svn:eol-style | native |
svn:keywords | Author Date Id Revision |
ViewVC Help | |
Powered by ViewVC 1.1.23 |