5 lines
54 B
Text
5 lines
54 B
Text
|
|
rascal>int max = 100;
|
||
|
|
int: 100
|
||
|
|
rascal>min = 0;
|
||
|
|
int: 0
|