8 lines
42 B
Plaintext
8 lines
42 B
Plaintext
|
|
e(0.5)
|
||
|
|
|
||
|
|
define e(x) {
|
||
|
|
return x
|
||
|
|
}
|
||
|
|
|
||
|
|
e(0.5)
|