15 lines
148 B
Plaintext
15 lines
148 B
Plaintext
pkg2 = {
|
|
onEnter => [
|
|
cout put:'start!'
|
|
],
|
|
|
|
onExit => [
|
|
cout put:'end!'
|
|
]
|
|
}.
|
|
|
|
|
|
x = a(x:5 y:2) + 5.
|
|
a + b().
|
|
a->b().
|