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. |
||
|---|---|---|
| .. | ||
| GlobalAssemblyInfo.cs | ||
| GlobalAssemblyInfo.cs.tmpl | ||
| pabcversion.txt.tmpl | ||
| Version.defs | ||
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. |
||
|---|---|---|
| .. | ||
| GlobalAssemblyInfo.cs | ||
| GlobalAssemblyInfo.cs.tmpl | ||
| pabcversion.txt.tmpl | ||
| Version.defs | ||