ADT
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since cb304ca was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 7 years ago |
Moved up many directories in source
|
-
Property mode
set to
100644
|
File size:
321 bytes
|
Rev | Line | |
---|
[a29be37] | 1 | foo([123, 456, 999.123, {321, 654, Q, 3.14}])
|
---|
| 2 | a=123 b=456 c=999.123 d={321, 654, Q, 3.14}
|
---|
| 3 | X=[123, 456, 999.123, {321, 654, Q, 3.14}]
|
---|
| 4 | foo(...)=456
|
---|
| 5 | bar([777, 2.76, 8675])
|
---|
| 6 | bar([123, 999.123, 456])
|
---|
| 7 | baz(777, 2.76, 8675)
|
---|
| 8 | baz(123, 999.123, 456)
|
---|
| 9 | qux([777, 2.76], 8675)
|
---|
| 10 | qux([123, 999.123], 456)
|
---|
| 11 | x=[3, 5.254, 4]
|
---|
| 12 | x1=3 x2=5.254 x3=4
|
---|
Note:
See
TracBrowser
for help on using the repository browser.