5 lines
62 B
Plaintext
5 lines
62 B
Plaintext
entry(arg) := {
|
|
[integer:x]
|
|
x := 3 + 2 * 8;
|
|
}
|