2021-11-11 20:44:40 +03:00

11 lines
80 B
Plaintext

{
if ($1 > 20)
{
x = $1 * 2
print x
} else
{
x = $1 / 2
print x
}
}