Last change
on this file was 2, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
276 bytes
|
Line | |
---|
1 | class test_long {
|
---|
2 |
|
---|
3 | public static void main (String[] arg)
|
---|
4 | {
|
---|
5 | long a, b, c, d, e;
|
---|
6 | e = 234L;
|
---|
7 | d = 0x8888888888888888L;
|
---|
8 | a = 0x0123456789ABCDEFL;
|
---|
9 | b = 0xFEDCBA9876543210L;
|
---|
10 | c = 0xF096A5B4C3B2E187L;
|
---|
11 | System.out.println (a+" "+b+" "+c+" "+d+" "+e);
|
---|
12 | }
|
---|
13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.