begin if n = 0 then Result := 1 else Result := n*f(n-1); end; begin var a := (var b := f(5)) + b; Print(a,b); end. |
||
|---|---|---|
| .. | ||
| Config | ||
| tree | ||
| SyntaxTree.csproj | ||
begin if n = 0 then Result := 1 else Result := n*f(n-1); end; begin var a := (var b := f(5)) + b; Print(a,b); end. |
||
|---|---|---|
| .. | ||
| Config | ||
| tree | ||
| SyntaxTree.csproj | ||