⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 t6.6.3.1-5.p

📁 早期freebsd实现
💻 P
字号:
{TEST 6.6.3.1-5, CLASS=CONFORMANCE}{ When a procedure (or function) with a parameter list is  included in the formal parameter list of another procedure  (or function), the identifiers in the parameter list of the  procedure parameter have defining occurences for that list  and the corresponding block for the procedure only, and not  for the block of the procedure to which it is passed.  The example in this program should be passed by the compiler. }program t6p6p3p1d5(output);var   i : integer;procedure alsoconforms(x : integer);begin   writeln(' PASS...6.6.3.1-5')end;procedure conforms(procedure alsoconforms(x : integer));   var x : boolean;begin   x:=true;   alsoconforms(1)end;begin   i:=2;   conforms(alsoconforms)end.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -