8 lines
98 B
Plaintext
8 lines
98 B
Plaintext
![]() |
let check_ = (p: unit) : int =>
|
||
|
if (Current.amount == 100tz) {
|
||
|
42;
|
||
|
}
|
||
|
else {
|
||
|
0;
|
||
|
};
|