@{
|
|
saved = `expression (1,2,"string",21<<1);
|
|
first = `constant 2;
|
|
nil;
|
|
}
|
|
|
|
@{
|
|
second = `constant 10;
|
|
nil;
|
|
}
|
|
|
|
char t = @(`constant @second);
|
|
int i = @first;
|
|
int q = @(`constant 10);
|
|
int k = @(`expression (1,2,"stringy thingy",21<<1));
|
|
int i = @saved;
|
|
int w = @second;
|