14 lines
274 B
Plaintext
14 lines
274 B
Plaintext
![]() |
# full
|
||
|
|
||
|
fn two() {
|
||
|
return 2
|
||
|
}
|
||
|
|
||
|
==>
|
||
|
|
||
|
Program(FunctionDeclaration(fn,
|
||
|
VariableDefinition,
|
||
|
ParamList,
|
||
|
Body(ReturnStatement(return,
|
||
|
Number))))
|